| ItemDiscount Properties |
The ItemDiscount type exposes the following members.
| Name | Description | |
|---|---|---|
| ItemDiscountCustomData |
Discount custom data.
| |
| ItemDiscountDisplayName |
Discount display name which is displayed to the customers in shopping cart item price detail dialog.
| |
| ItemDiscountID |
Discount unique identifier.
| |
| ItemDiscountIsFlat |
True - discount value is flat, False (default) - discount value is relative.
| |
| ItemDiscountIsGlobal |
True - discount value is set in global main currency, False (default) - discount value is set in site main currency.
Takes effect only if discount value is flat.
| |
| ItemDiscountType |
Type of the discount. 'Custom discount' type is set by default.
| |
| ItemDiscountValue |
Discount value. It can be either relative or flat according to the ItemDiscountIsFlat property.
|