Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 988 Bytes

File metadata and controls

20 lines (14 loc) · 988 Bytes

# Address

The customer's address.

Properties

Name Type Description Notes
Address1 string The mailing address of the customer. [optional]
Address2 string An additional field for the customer's mailing address. [optional]
City string The city the customer is located in. [optional]
Province string The customer's state name or normalized province. [optional]
ProvinceCode string The two-letter code for the customer's province or state. [optional]
PostalCode string The customer's postal or zip code. [optional]
Country string The customer's country. [optional]
CountryCode string The two-letter code for the customer's country. [optional]

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