The FinancialTaxType enumeration represents the different types of taxation that a Financial Entity can track.
Namespace:
Asi.iBO.SystemConfigAssembly: 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 name | Description | |
|---|---|---|
| TaxStandard | Standard taxation. | |
| TaxCanadian | Canadian taxation. | |
| TaxVat | VAT taxation. |