Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.09 KB

EcommerceAddress.md

File metadata and controls

19 lines (14 loc) · 1.09 KB

EcommerceAddress

An object representing a shipping or billing address.

Properties

Name Type Description Notes
line1 str, none_type Address line 1 of the billing address. [optional]
line2 str, none_type Address line 2 of the billing address. [optional]
company_name str, none_type Company name of the customer [optional]
city str, none_type City of the billing address. [optional]
state str, none_type State/province of the billing address. [optional]
postal_code str, none_type Postal/ZIP code of the billing address. [optional]
country str, none_type Country of the billing address. [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]