List of shipping address data.
| Name | Type | Description | Notes |
|---|---|---|---|
| firstName | String | First name. | [optional] |
| lastName | String | Last name. | [optional] |
| company | String | Company name. | [optional] |
| address1 | String | Address line 1 | [optional] |
| address2 | String | Address line 2 | [optional] |
| city | String | City name. | [optional] |
| state | String | ISO code or name of the state, province or district. | [optional] |
| postcode | String | Postal code. | [optional] |
| country | String | ISO code of the country. | [optional] |
| phone | String | Phone number. | [optional] |