Add a new 'Tax Category' entry.
Tax Category (ASBIE). An association to Tax Category.
Namespace: Unimaze.Composer.Ubl2.InterfacesAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
void AddTaxCategory( ITaxCategory taxCategory ) |
| Visual Basic |
|---|
Sub AddTaxCategory ( taxCategory As ITaxCategory ) |
| Visual C++ |
|---|
void AddTaxCategory( ITaxCategory^ taxCategory ) |
| F# |
|---|
abstract AddTaxCategory : taxCategory : ITaxCategory -> unit |
Parameters
- taxCategory
- Type: Unimaze.Composer.Ubl2.Interfaces..::..ITaxCategory
The ITaxCategory to add.