Home > @poq/sdk-sfcc > ProductListShippingAddress
Document representing a product list shipping address.
Signature:
export declare class ProductListShippingAddress extends BaseModel<ProductListShippingAddress>
Extends: BaseModel<ProductListShippingAddress
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(params) | Constructs a new instance of the ProductListShippingAddress class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| addressId | string | The id of this address. | |
| city? | string | (Optional) The city of this address. | |
| firstName? | string | (Optional) The first name of this address. | |
| lastName? | string | (Optional) The last name of this address. |