Poq.SDK.Node

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

PriceAdjustmentLimit.(constructor)

Constructs a new instance of the PriceAdjustmentLimit class

Signature:

constructor(params?: {
        amount?: number;
        currency?: string;
        percent?: number;
        type?: PriceAdjustmentLimitTypeEnum;
    });

Parameters

Parameter Type Description
params { amount?: number; currency?: string; percent?: number; type?: PriceAdjustmentLimitTypeEnum; } (Optional)