Click or drag to resize
TaxCalculationRequest Class
Represents the tax calculation request. Contains all the parameters needed to evaluate taxes applied to the purchase.
Inheritance Hierarchy
SystemObject
  CMS.EcommerceTaxCalculationRequest

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

The TaxCalculationRequest type exposes the following members.

Constructors
  NameDescription
Public methodTaxCalculationRequest
Top
Fields
  NameDescription
Public fieldItems
Items to calculate taxes for.
Top
Properties
  NameDescription
Public propertyDiscount
The discount amout to apply to the purchase.
Public propertyShipping
Shipping option used to deliver items being calculated.
Public propertyShippingPrice
The price of the shipping.
Public propertyTaxParameters
Other parameters of tax calculation.
Top
See Also