Gets an enumerated value representing the type of tax applied to this COrder.
Namespace: Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public FinancialTaxType TaxType { get; } |
| Visual Basic |
|---|
Public ReadOnly Property TaxType As FinancialTaxType Get |
| Visual C++ |
|---|
public: property FinancialTaxType TaxType { FinancialTaxType get (); } |
Field Value
An enumerated value representing the type of tax applied to this COrder (e.g. Standard, VAT, GST, etc.)
Remarks
This comes from a system setting (TaxType
in SystemDefaultFinancialEntity so
it is the same for all orders in the iMIS instance.