Attribute | Description |
---|---|
id | Unique identifier for the object. |
user_id | ID of the customer who is related to the object |
first_name | The customer’s first name. |
last_name | The customer’s last name. |
type | The address type, can be shipping or billing. Can be (1) for shipping, or (2) for billing. |
title | The address nature, for example home or business. |
line1 | The first line of the address. |
line 2 | The second line of the address. |
city | The name of a city, town, village, etc. |
state | The two-letter code of the state, region, or province. Learn more here. |
country | Two-letter country code, capitalized. Valid two-letter country codes are specified by ISO3166 alpha-2. Learn more here. |
postal_code | Postal code or zip associated with the address. |
phone | Numeric phone number associated with the address. |
is_default | Whether this address is flagged as the default. |