| ItemDiscount Class |
Namespace: CMS.Ecommerce
[SerializableAttribute] public class ItemDiscount : IItemDiscount
The ItemDiscount type exposes the following members.
| Name | Description | |
|---|---|---|
| ItemDiscount |
Constructor - Creates an empty ItemDiscount object.
| |
| ItemDiscount(SerializationInfo, StreamingContext) |
Constructor - Creates a new ItemDiscount object from serialized data.
|
| Name | Description | |
|---|---|---|
| ItemDiscountCustomData |
Discount custom data.
| |
| ItemDiscountDisplayName |
Discount display name which is displayed to the customers in shopping cart item price detail dialog.
| |
| ItemDiscountedUnits |
Number of units the discount should be applied to
| |
| 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.
|
| Name | Description | |
|---|---|---|
| ApplyTogetherWith |
Returns false. Item discounts are applied on result of previous discounts application.
| |
| CalculateUnitDiscount |
Calculates discount based on basePrice for given shoppingcart item.
| |
| GetObjectData |
Gets object data.
|