Home > @poq/sdk-sfcc > OrderAddress
Document representing an order address.
Signature:
export declare class OrderAddress extends BaseModel<OrderAddress> 
Extends: BaseModel<OrderAddress
| Constructor | Modifiers | Description | 
|---|---|---|
| (constructor)(params) | Constructs a new instance of the OrderAddressclass | 
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| address1? | string | (Optional) The first address. | |
| address2? | string | (Optional) The second address. | |
| city? | string | (Optional) The city. | |
| companyName? | string | (Optional) The company name. | |
| countryCode? | OrderAddressCountryCodeEnum | (Optional) The two-letter ISO 3166-1 (Alpha-2) country code. | |
| firstName? | string | (Optional) The first name. | |
| fullName? | string | (Optional) The full name. | |
| id? | string | (Optional) Id used to identify this address | |
| jobTitle? | string | (Optional) The job title. | |
| lastName? | string | (Optional) The last name. | |
| phone? | string | (Optional) The phone number. | |
| postalCode? | string | (Optional) The postal code. | |
| postBox? | string | (Optional) The post box. | |
| salutation? | string | (Optional) The salutation. | |
| secondName? | string | (Optional) The second name. | |
| stateCode? | string | (Optional) The state code. | |
| suffix? | string | (Optional) The suffix. | |
| suite? | string | (Optional) The suite. | |
| title? | string | (Optional) The title. |