Script: Class dw.order.ProductShippingCost
Class ProductShippingCost
- Object
- dw.order.ProductShippingCost
Instances of ProductShippingCost represent product specific shipping costs.
Use ProductShippingModel.getShippingCost(ShippingMethod) to get the shipping cost for a specific product.
Properties
amount : Money Read Only
The shipping amount.
fixedPrice : boolean Read Only
Returns true if shipping cost is a fixed-price shipping cost, and false if surcharge shipping cost.
surcharge : boolean Read Only
Returns true if shipping cost is a surcharge to the shipment shipping cost, and false if fixed-price shipping cost.
Constructor Summary
This class does not have a constructor, so you cannot create it directly.
Method Summary
Returns the shipping amount.
isFixedPrice() : boolean
Returns true if shipping cost is a fixed-price shipping cost, and false if surcharge shipping cost.
isSurcharge() : boolean
Returns true if shipping cost is a surcharge to the shipment shipping cost, and false if fixed-price shipping cost.
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
Method Detail
getAmount
getAmount() : Money
Returns the shipping amount.
Returns:
Shipping amount
isFixedPrice
isFixedPrice() : boolean
Returns true if shipping cost is a fixed-price shipping cost, and false if surcharge shipping cost.
Returns:
true of fixed-price shipping cost, else false
isSurcharge
isSurcharge() : boolean
Returns true if shipping cost is a surcharge to the shipment shipping cost, and false if fixed-price shipping cost.
Returns:
true of surcharge shipping cost, else false