Poq.SDK.Node

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

CustomerProductListItemPurchase.(constructor)

Constructs a new instance of the CustomerProductListItemPurchase class

Signature:

constructor(params?: {
        id?: string;
        orderNo?: string;
        productListItemId?: string;
        purchaserName?: string;
        quantity?: number;
    });

Parameters

Parameter Type Description
params { id?: string; orderNo?: string; productListItemId?: string; purchaserName?: string; quantity?: number; } (Optional)