Click or drag to resize
CalculationResult Class
Result data of a calculation
Inheritance Hierarchy
SystemObject
  CMS.EcommerceCalculationResult

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

The CalculationResult type exposes the following members.

Constructors
  NameDescription
Public methodCalculationResult
Top
Properties
  NameDescription
Public propertyAppliedCouponCodes
List of the applied coupon codes.
Public propertyGrandTotal
The final value to be paid.
Public propertyItems
Collection of detailed information for each cart item.
Public propertyOrderDiscount
Discount which is applied to the items total price.
Public propertyOrderDiscountSummary
The summary of discounts applied to the items total price.
Public propertyOtherPayments
Sum of all side payments used. E.g. gift card
Public propertyOtherPaymentsApplications
Other payment application summary.
Public propertyShipping
The price for shipping.
Public propertySubtotal
The sum of prices of all items.
Public propertyTax
Total tax value.
Public propertyTaxSummary
The summary of taxes applied during the calculation.
Public propertyTotal
The total price of all items, shipping and taxes.
Top
See Also