CalculationResult Class |
Namespace: CMS.Ecommerce
public class CalculationResult
The CalculationResult type exposes the following members.
Name | Description | |
---|---|---|
![]() | CalculationResult |
Name | Description | |
---|---|---|
![]() | AppliedCouponCodes |
List of the applied coupon codes.
|
![]() | GrandTotal |
The final value to be paid.
|
![]() | Items |
Collection of detailed information for each cart item.
|
![]() | OrderDiscount |
Discount which is applied to the items total price.
|
![]() | OrderDiscountSummary |
The summary of discounts applied to the items total price.
|
![]() | OtherPayments |
Sum of all side payments used. E.g. gift card
|
![]() | OtherPaymentsApplications |
Other payment application summary.
|
![]() | Shipping |
The price for shipping.
|
![]() | Subtotal |
The sum of prices of all items.
|
![]() | Tax |
Total tax value.
|
![]() | TaxSummary |
The summary of taxes applied during the calculation.
|
![]() | Total |
The total price of all items, shipping and taxes.
|