Class FixedPriceDiscount
Represents a fix price discount in the discount plan, for example
“Shipping only 0.99 all orders $25 or more.”
Property Summary
| Property | Description |
|---|
fixedPrice: Number (read-only) | Returns the fixed price amount, for example 0.99 for a “Shipping only $0.99” discount. |
Constructor Summary
Method Summary
| Method | Description |
|---|
| getFixedPrice() | Returns the fixed price amount, for example 0.99 for a “Shipping only $0.99” discount. |
Methods inherited from class Discount
getItemPromotionTiers, getPromotion, getPromotionTier, getQuantity, getType
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
Property Details
fixedPrice
- fixedPrice: Number
(read-only)
Returns the fixed price amount, for example 0.99 for a "Shipping only $0.99"
discount.
Constructor Details
FixedPriceDiscount(Number)
- FixedPriceDiscount(amount: Number)
Create a fixed-price-discount on the fly. Can be used to create a custom price adjustment.
Parameters:
- amount - fixed price e.g. 10.00
Method Details
getFixedPrice()
- getFixedPrice(): Number
Returns the fixed price amount, for example 0.99 for a "Shipping only $0.99"
discount.
Returns: