The user's address
| Name | Type | Description | Notes |
|---|---|---|---|
| address1 | str, none_type | Address line 1 (e.g., street, PO Box, or company name). | [optional] |
| address2 | str, none_type | Address line 2 (e.g., apartment, suite, unit, or building). | [optional] |
| city | str, none_type | City, district, suburb, town, or village. | [optional] |
| country | str, none_type | Two-letter country code (ISO 3166-1 alpha-2). | [optional] |
| postal_code | str, none_type | ZIP or postal code. | [optional] |
| state | str, none_type | State, county, province, or region. | [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] |