Home > @poq/sdk-sfcc > CustomerProductListItemPurchase > (constructor)
Constructs a new instance of the CustomerProductListItemPurchase
class
Signature:
constructor(params?: {
id?: string;
orderNo?: string;
productListItemId?: string;
purchaserName?: string;
quantity?: number;
});
Parameter | Type | Description |
---|---|---|
params | { id?: string; orderNo?: string; productListItemId?: string; purchaserName?: string; quantity?: number; } | (Optional) |