Represents an outbound Address
| Name | Type | Additional information | Description |
|---|---|---|---|
| DeliveryZone | string |
None. |
Name of the DeliveryZone that contains the address
|
| AddressId | long |
None. |
The Id value used to reference the address |
| AddressType | AddressType |
None. |
The type of address
|
| AddressLine1 | string |
None. |
First line of the customer's address |
| AddressLine2 | string |
None. |
Second line of the customer's address |
| City | string |
None. |
The city of the address |
| State | string |
None. |
The State of the address |
| Postal | string |
None. |
Zip code of the address |
| Country | string |
None. |
Country of the address |
| BusinessName | string |
None. |
Name of the company associated with the address
|
| AddressNotes | string |
None. |
Notes for the address |
| IsDefault | boolean |
None. |
Indicates whether this address is preferred over others. |
| DepartmentName | string |
None. |
Department of customer's associated company |