Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.07 KB

EcommerceCustomerAddresses.md

File metadata and controls

19 lines (14 loc) · 1.07 KB

EcommerceCustomerAddresses

Properties

Name Type Description Notes
type str [optional]
id str, none_type A unique identifier for an object. [optional] [readonly]
line1 str, none_type First line of the street address of the customer [optional]
line2 str, none_type Second line of the street address of the customer [optional]
city str, none_type City of the customer [optional]
state str, none_type State of the customer [optional]
postal_code str, none_type Postal code of the customer [optional]
country str, none_type Country of the customer [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]

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