Type Definitions
OrderAddress
Type:
- Object
Properties:
| Name | Type | Description |
|---|---|---|
id |
String | The id of the order address |
titleCode |
String | The title code of the customer. (For example, 'Mr.' or 'Mrs.'.) |
firstName |
String | The customer's first name |
lastName |
String | The customer's last name |
phone |
module:types.PhoneNumber | The customer's phone number |
addressLine1 |
String | The customer's street name, street number, and suite/unit |
addressLine2 |
String | Any additional addressing information. (For example, a company name, or "Attn:".) |
countryCode |
module:types.CountryCode | The country code. |
stateCode |
String | The state code |
city |
String | The city name |
postalCode |
module:types.PostalCode | The postal code |
- Source: