etsy

UserAddress

Properties

| Name | Type | Description | Notes | | ———— | ————- | ————- | ————- | | userAddressId | kotlin.Long | The numeric ID of the user's address. | [optional] | | userId | kotlin.Long | The user's numeric ID. | [optional] | | name | kotlin.String | The user's name for this address. | [optional] | | firstLine | kotlin.String | The first line of the user's address. | [optional] | | secondLine | kotlin.String | The second line of the user's address. | [optional] | | city | kotlin.String | The city field of the user's address. | [optional] | | state | kotlin.String | The state field of the user's address. | [optional] | | zip | kotlin.String | The zip code field of the user's address. | [optional] | | isoCountryCode | kotlin.String | The ISO code of the country in this address. | [optional] | | countryName | kotlin.String | The name of the user's country. | [optional] | | isDefaultShippingAddress | kotlin.Boolean | Is this the user's default shipping address. | [optional] |