DocuSign v0.2.0 DocuSign.Model.AddressInformation View Source

Contains address information.

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %DocuSign.Model.AddressInformation{
  city: String.t(),
  country: String.t(),
  fax: String.t(),
  phone: String.t(),
  state: String.t(),
  street1: String.t(),
  street2: String.t(),
  zip: String.t()
}