Poq.SDK.Node

Home > @poq/sdk-sfcc > CustomerProductList > (constructor)

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;
    });

Parameters

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)