Script: Class dw.order.PriceAdjustmentLimitTypes
Class PriceAdjustmentLimitTypes
- Object
- dw.order.PriceAdjustmentLimitTypes
Helper class containing price adjustment limit types.
Constants
TYPE_ITEM : String = "ITEM"
Constant for Price Adjustment Limit Type Item.
The price adjustment limit was created at the item level.
TYPE_ORDER : String = "ORDER"
Constant for Price Adjustment Limit Type Order.
The price adjustment limit was created at the order level.
TYPE_SHIPPING : String = "SHIPPING"
Constant for Price Adjustment Limit Type Shipping.
The price adjustment limit was created at the shipping item level.
Properties
Constructor Summary
This class does not have a constructor, so you cannot create it directly.
Method Summary
Methods inherited from class Object
assign, create, create, defineProperties, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toLocaleString, toString, valueOf, values