| CalculationResultItem Class |
Namespace: CMS.Ecommerce
public class CalculationResultItem
The CalculationResultItem type exposes the following members.
| Name | Description | |
|---|---|---|
| CalculationResultItem |
| Name | Description | |
|---|---|---|
| ItemDiscount |
Value of the item discount.
| |
| ItemDiscountSummary |
The summary of discounts applied on this item.
| |
| ItemGuid |
Identifier of the corresponding cart item.
| |
| ItemUnitPrice |
Unit price of the item. This value includes UnitDiscount.
| |
| LineSubtotal |
Total price of the item.
| |
| UnitDiscount |
Value of the discount applied on each unit of the item.
| |
| UnitDiscountSummary |
The summary of discounts applied on each unit of the item.
|