Poq.SDK.Node

Home > @poq/sdk-sfcc > ProductListShippingAddress

ProductListShippingAddress class

Document representing a product list shipping address.

Signature:

export declare class ProductListShippingAddress extends BaseModel<ProductListShippingAddress> 

Extends: BaseModel<ProductListShippingAddress

Constructors

Constructor Modifiers Description
(constructor)(params)   Constructs a new instance of the ProductListShippingAddress class

Properties

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.