Gets a 'Tax Total' entry.
Tax Total (ASBIE). An association with summary information for particular taxes.
Namespace: Unimaze.Composer.Ubl2.InterfacesAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
ITaxTotal GetTaxTotal(
int index
) |
| Visual Basic |
|---|
Function GetTaxTotal (
index As Integer
) As ITaxTotal |
| Visual C++ |
|---|
ITaxTotal^ GetTaxTotal(
int index
) |
| F# |
|---|
abstract GetTaxTotal :
index : int -> ITaxTotal
|
Return Value
Type:
ITaxTotalThe indexed
ITaxTotal object.
See Also