DocuSign v0.2.9
DocuSign.Model.AccountAddress
View Source
Contains information about an account address.
Specs
t() :: %DocuSign.Model.AccountAddress{
address1: String.t(),
address2: String.t(),
city: String.t(),
country: String.t(),
email: String.t(),
fax: String.t(),
firstName: String.t(),
lastName: String.t(),
phone: String.t(),
postalCode: String.t(),
state: String.t(),
supportedCountries: [Country]
}