| Name | Description | Type | Additional information |
|---|---|---|---|
| AddressId |
Nullable The Id of the address |
integer |
None. |
| AddressType |
Nullable Get or set the AddressType property |
AddressType |
None. |
| IsDefault |
True if this is the default address for a customer |
boolean |
None. |
| Description |
A descriptive name for the address (e.g. Home, Office, Girl Friends House) |
string |
None. |
| DepartmentName |
The department name if the address is a business |
string |
None. |
| AddressLine1 |
The first line of the customer's address |
string |
None. |
| AddressLine2 |
The second line of the customer's address |
string |
None. |
| City |
The customer's city of residence |
string |
None. |
| State |
Required for address validation The customer's state of residence. MinLength is 2 and MaxLength is 3 |
string |
None. |
| Postal |
The customer's postal code of residence |
string |
None. |
| ExtraData |
Extra address data valid for company culture |
Dictionary of Object [key] and Object [value] |
None. |
| AddressNotes |
Customer's address notes |
string |
None. |