Home > @poq/sdk-sfcc > Discount > (constructor)
Constructs a new instance of the Discount class
Signature:
constructor(params?: {
type: DiscountTypeEnum;
amount?: number;
percentage?: number;
priceBookId?: string;
});
| Parameter | Type | Description |
|---|---|---|
| params | { type: DiscountTypeEnum; amount?: number; percentage?: number; priceBookId?: string; } | (Optional) |