Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.52 KB

AccountAddress.md

File metadata and controls

21 lines (17 loc) · 1.52 KB

AccountAddress

Properties

Name Type Description Notes
address1 String The first line of the address. Maximum length: 100 characters. [optional]
address2 String The second line of the address. Maximum length: 100 characters. [optional]
city String The city associated with the address. Maximum length: 40 characters. [optional]
country String The country associated with the address. Maximum length: 50 characters. [optional]
email String The email address associated with the account. [optional]
fax String The fax number associated with the account. [optional]
firstName String The first name of the user associated with the account. Maximum Length: 50 characters. [optional]
lastName String The last name of the user associated with the account. [optional]
phone String The phone number associated with the account. [optional]
postalCode String The postal code associated with the address. Maximum length: 20 characters. [optional]
state String The state or province associated with the address. Maximum length: 40 characters. [optional]
supportedCountries [Country] An array of supported countries associated with the account. [optional]

[Back to Model list] [Back to API list] [Back to README]