An object representing the address information from when the order was submitted.
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Uniquely identifies the address for the order. | [optional] |
| firstName | String | The first name of the shipping recipient. | [optional] |
| lastName | String | The last name of the shipping recipient. | [optional] |
| businessName | String | The name of the business where the address is located. | [optional] |
| streetAddress | String | The name of the street where the address is located. | [optional] |
| extendedAddress | String | Supplemental field for address information. | [optional] |
| locality | String | The name of the city where the address is located. | [optional] |
| administrativeArea | String | State or province where the address is located. | [optional] |
| countryCode | String | The mobile operator two-character (ISO 3166-1 alpha-2) origin country code. | [optional] |
| postalCode | String | Postal code for the address. | [optional] |