IItemTax Interface |
Namespace: CMS.Ecommerce
public interface IItemTax
The IItemTax type exposes the following members.
Name | Description | |
---|---|---|
ItemTaxCustomData |
Tax class custom data.
| |
ItemTaxDisplayName |
Tax class display name.
| |
ItemTaxID |
Tax class identifier.
| |
ItemTaxIsFlat |
True - tax class value is flat, False (default) - tax class value is relative.
| |
ItemTaxIsGlobal |
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.
| |
ItemTaxValue |
Tax class value.
| |
ItemTaxZeroIfIDSupplied |
True - if customer's tax ID is supplied, the tax value for the customer is zero. False (default) - value of the tax is calculated
|