Click or drag to resize
IItemTax Interface
General interface used for implementing and calculating tax of the shopping cart item.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public interface IItemTax

The IItemTax type exposes the following members.

Properties
  NameDescription
Public propertyItemTaxCustomData
Tax class custom data.
Public propertyItemTaxDisplayName
Tax class display name.
Public propertyItemTaxID
Tax class identifier.
Public propertyItemTaxIsGlobal
True - tax class value is set in global main currency, False (default) - tax class value is set in site main currency. Takes effect only if tax class value is flat.
Public propertyItemTaxValue
Tax class value.
Public propertyItemTaxZeroIfIDSupplied
True - if customer's tax ID is supplied, the tax value for the customer is zero. False (default) - value of the tax is calculated
Top
See Also