Click or drag to resize
TaxCalculationResult Class
Represents the result of a tax calculation process.
Inheritance Hierarchy
SystemObject
  CMS.EcommerceTaxCalculationResult

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

The TaxCalculationResult type exposes the following members.

Constructors
  NameDescription
Public methodTaxCalculationResult
Top
Properties
  NameDescription
Public propertySummary
Summary of tax classes and their values.
Public propertyTotalTax
Total calculated tax.
Top
See Also