Gets a '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# |
|---|
ITaxCategory GetTaxCategory(
int index
) |
| Visual Basic |
|---|
Function GetTaxCategory (
index As Integer
) As ITaxCategory |
| Visual C++ |
|---|
ITaxCategory^ GetTaxCategory(
int index
) |
| F# |
|---|
abstract GetTaxCategory :
index : int -> ITaxCategory
|
Return Value
Type:
ITaxCategoryThe indexed
ITaxCategory object.
See Also