| Name | Type | Description | Notes |
|---|---|---|---|
| country | string | Deprecated. The long-name descriptive version of the Country Code. Please use 'country_code' for POST/PATCH operations. | [optional] |
| line1 | string | Street address line 1 | [optional] |
| line2 | string | Street address line 2 | [optional] |
| locality | string | The municipality to which the address belongs | [optional] |
| region | string | The long-name descriptive version of the Region Code. Please use 'region_code' for POST/PATCH operations. | [optional] |
| field | string | Address type field | [optional] |
| country_code | string | An ISO 3166-2 Country Code (https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3) | [optional] |
| postal_code | string | Postal or ZIP code | [optional] |
| region_code | string | An ISO 3166-2 Province Code, such as one of the US States (https://en.wikipedia.org/wiki/ISO_3166-2:US) | [optional] |
| zip_code | string | ZIP code (US) | [optional] |
| zip_four | string | ZIP+4 extension | [optional] |