IItemTax MembersKentico 8.0 API Reference
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 propertyItemTaxIsFlat
True - tax class value is flat, False (default) - tax class value is relative.
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
Back to Top
See Also