Poq.SDK.Node

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

CustomerProductListItem.(constructor)

Constructs a new instance of the CustomerProductListItem class

Signature:

constructor(params?: {
        id?: string;
        priority?: number;
        product?: Product;
        productDetailsLink?: ProductSimpleLink;
        productId?: string;
        _public?: boolean;
        purchasedQuantity?: number;
        quantity?: number;
        type?: CustomerProductListItemTypeEnum;
    });

Parameters

Parameter Type Description
params { id?: string; priority?: number; product?: Product; productDetailsLink?: ProductSimpleLink; productId?: string; _public?: boolean; purchasedQuantity?: number; quantity?: number; type?: CustomerProductListItemTypeEnum; } (Optional)