Click or drag to resize
TaxCalculationParameters Class
Parameters of the tax calculation.
Inheritance Hierarchy
SystemObject
  CMS.EcommerceTaxCalculationParameters

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

The TaxCalculationParameters type exposes the following members.

Constructors
  NameDescription
Public methodTaxCalculationParameters
Top
Properties
  NameDescription
Public propertyBillingAddress
Billing address of taxed purchase.
Public propertyCalculationDate
Date of purchase.
Public propertyCurrency
Currency in which the purchase is made.
Public propertyCustomer
Customer who is buying goods or services.
Public propertyShippingAddress
Address where the goods are delivered.
Public propertySiteID
Gets or sets the site on which taxes are calculated.
Top
See Also