ItemTax Class |
Namespace: CMS.Ecommerce
[SerializableAttribute] public class ItemTax : IItemTax
The ItemTax type exposes the following members.
Name | Description | |
---|---|---|
ItemTax |
Constructor - Creates an empty ItemTax object.
| |
ItemTax(SerializationInfo, StreamingContext) |
Constructor - Creates a new ItemTax object from serialized data.
|
Name | Description | |
---|---|---|
ItemTaxCustomData |
Tax class custom data.
| |
ItemTaxDisplayName |
Tax class display name.
| |
ItemTaxID |
Tax class unique identifier.
| |
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 is flat.
| |
ItemTaxValue |
Tax class value. It can be either relative or flat according to the ItemTaxClassIsFlat property.
| |
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
|
Name | Description | |
---|---|---|
GetObjectData |
Gets object data.
|