Name | Type | Description | Notes |
---|---|---|---|
user_address_id | int | The numeric ID of the user's address. | [optional] |
user_id | int | The user's numeric ID. | [optional] |
name | string | The user's name for this address. | [optional] |
first_line | string | The first line of the user's address. | [optional] |
second_line | string | The second line of the user's address. | [optional] |
city | string | The city field of the user's address. | [optional] |
state | string | The state field of the user's address. | [optional] |
zip | string | The zip code field of the user's address. | [optional] |
iso_country_code | string | The ISO code of the country in this address. | [optional] |
country_name | string | The name of the user's country. | [optional] |
is_default_shipping_address | bool | Is this the user's default shipping address. | [optional] |