Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.21 KB

UserAddress.md

File metadata and controls

19 lines (16 loc) · 1.21 KB

UserAddress

Properties

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]

[Back to Model list] [Back to API list] [Back to README]