Documentation for the requested version is not available.Documentation for the requested diff is not available.
Address
Address contains the address information for a particular account.
This data is used by the AccountService.
Fields
| Field name | Field type | Field description |
| addressLine1 |
string |
First line of this card's billing address. |
| addressLine2 |
string |
Second line of this card's billing address. |
| city |
string |
The city of this card's billing address. |
| companyName |
string |
Company name. |
| countryCode |
string |
The country code of this card's billing address. |
| emailAddress |
string |
The contact email address. |
| faxNumber |
string |
The contact fax number. |
| name |
string |
The card holder's name as it appears on this card. |
| phoneNumber |
string |
The contact phone number. |
| postalCode |
string |
The postal code of this card's billing address. |
| state |
string |
The state of this card's billing address. |