Poq.SDK.Node

Home > @poq/sdk-sfcc > PriceAdjustmentLimit

PriceAdjustmentLimit class

Document representing a price adjustment limit.

Signature:

export declare class PriceAdjustmentLimit extends BaseModel<PriceAdjustmentLimit> 

Extends: BaseModel<PriceAdjustmentLimit

Constructors

Constructor Modifiers Description
(constructor)(params)   Constructs a new instance of the PriceAdjustmentLimit class

Properties

Property Modifiers Type Description
amount?   number (Optional) The value for the currency or null if no currency value is specified.
currency?   string (Optional) Returns the currency of the Price Adjustment Limit or null if not applicable. Will be null if this is a percent limit only. Price adjustment limits can be given up to a fixed amount (unit=a currency unit).
percent?   number (Optional) Returns percentage value of the Price Adjustment Limit or null if not applicable. Will be null if this is a currency limit only.
type?   PriceAdjustmentLimitTypeEnum (Optional) The Price Adjustment Limit type - ITEM, SHIPPING or ORDER. It identifies the level at which the Price Adjustment is applicable.