The FinancialTaxType enumeration represents the different types of taxation that a Financial Entity can track.

Namespace:  Asi.iBO.SystemConfig
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public enum FinancialTaxType
Visual Basic (Declaration)
Public Enumeration FinancialTaxType
Visual C++
public enum class FinancialTaxType

Members

Member nameDescription
TaxStandard
Standard taxation.
TaxCanadian
Canadian taxation.
TaxVat
VAT taxation.

See Also