See: Description
| Interface | Description |
|---|---|
| DiscountConst |
This interface stores all the constants that rule-based-discount objects may use.
|
| IncentiveContext |
This Interface is using to communicate between discount runtime and order subsystem runtime.
|
| Class | Description |
|---|---|
| Discount |
This class represents a general discount type.
|
| DiscountContext |
DiscountContext is the interface between rules based discount runtime and order subsystem runtime.
|
| FixedPriceItem |
This class represents an order item with a fixed price.
|
| FreebieItem |
This class represents the freebie item, which may be given for free with a certain promotion.
|
| MixedDiscount |
This class represents a mixed discount type.
|
| MonetaryDiscount |
This class represents a MonetaryDiscount type.
|
| ServiceDiscount |
This class represents a service discount type.
|