Click or drag to resize
CalculationResultItem Class
Detailed information of an item included in the calculation.
Inheritance Hierarchy
SystemObject
  CMS.EcommerceCalculationResultItem

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public class CalculationResultItem

The CalculationResultItem type exposes the following members.

Constructors
  NameDescription
Public methodCalculationResultItem
Top
Properties
  NameDescription
Public propertyItemDiscount
Value of the item discount.
Public propertyItemDiscountSummary
The summary of discounts applied on this item.
Public propertyItemGuid
Identifier of the corresponding cart item.
Public propertyItemUnitPrice
Unit price of the item. This value includes UnitDiscount.
Public propertyLineSubtotal
Total price of the item.
Public propertyUnitDiscount
Value of the discount applied on each unit of the item.
Public propertyUnitDiscountSummary
The summary of discounts applied on each unit of the item.
Top
See Also