Object containing fields describing property address.
Name | Type | Description | Notes |
---|---|---|---|
city | str, none_type | The city name. | |
country | str, none_type | The ISO 3166-1 alpha-2 country code. | |
postal_code | str, none_type | The five or nine digit postal code. | |
region | str, none_type | The region or state (example "NC"). | |
street | str, none_type | The full street address (example "564 Main Street, Apt 15"). | |
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] |