Gets a 'Tax Category' entry. Tax Category (ASBIE). An association to Tax Category.

Namespace: Unimaze.Composer.Ubl2.Interfaces
Assembly: 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 

Parameters

index
Type: System..::..Int32
The index of the ITaxCategory to get.

Return Value

Type: ITaxCategory
The indexed ITaxCategory object.

See Also