Home > @poq/sdk-sfcc > CustomerProductList > (constructor)
Constructs a new instance of the CustomerProductList
class
Signature:
constructor(params?: {
coRegistrant?: CustomerProductListRegistrant;
creationDate?: string;
currentShippingAddressLink?: CustomerAddressLink;
customerProductListItems?: Array<CustomerProductListItem>;
description?: string;
event?: ProductListEvent;
id?: string;
itemsLink?: CustomerProductListItemLink;
lastModified?: string;
name?: string;
postEventShippingAddressLink?: CustomerAddressLink;
productListShippingAddress?: ProductListShippingAddress;
_public?: boolean;
registrant?: CustomerProductListRegistrant;
shippingAddressLink?: CustomerAddressLink;
type?: CustomerProductListTypeEnum;
});
Parameter | Type | Description |
---|---|---|
params | { coRegistrant?: CustomerProductListRegistrant; creationDate?: string; currentShippingAddressLink?: CustomerAddressLink; customerProductListItems?: Array<CustomerProductListItem>; description?: string; event?: ProductListEvent; id?: string; itemsLink?: CustomerProductListItemLink; lastModified?: string; name?: string; postEventShippingAddressLink?: CustomerAddressLink; productListShippingAddress?: ProductListShippingAddress; _public?: boolean; registrant?: CustomerProductListRegistrant; shippingAddressLink?: CustomerAddressLink; type?: CustomerProductListTypeEnum; } | (Optional) |