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.2.0

Syntax

C#
public FinancialTaxType TaxType { get; }
Visual Basic (Declaration)
Public ReadOnly Property TaxType As FinancialTaxType
Visual C++
public:
property FinancialTaxType TaxType {
	FinancialTaxType get ();
}

See Also