Name | Type | Description | Notes |
---|---|---|---|
type | str | The type of the address. | [optional] |
address_1 | str | The street number and name of the address. | [optional] |
address_2 | str | Additional address line for unit number, P.O. Box, etc. | [optional] |
locality | str | City, town, or locality name the address is located. | [optional] |
region | str | State, province, or region of the address. | [optional] |
country | str | ISO 3166-1 alpha-2 country code (e.g., "US", "CA", "NZ") | [optional] |
postal_code | str | Postal or Zip code of the address. | [optional] |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |