DocuSign v0.1.2 DocuSign.Model.AddressInformationV2 View Source

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %DocuSign.Model.AddressInformationV2{
  address1: String.t(),
  address2: String.t(),
  city: String.t(),
  country: String.t(),
  fax: String.t(),
  phone: String.t(),
  postalCode: String.t(),
  stateOrProvince: String.t()
}