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