Gets type of tax that the Financial Entity tracks. Currently one of TaxStandard, TaxCanadian, or TaxVat.

Namespace: Asi.iBO.SystemConfig
Assembly: 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 ();
}

See Also