Removes a 'Tax Total' entry.
Tax Total (ASBIE). An association with summary information for particular taxes.
Namespace: Unimaze.Composer.Ubl2Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
public void RemoveTaxTotal(
int index
) |
| Visual Basic |
|---|
Public Sub RemoveTaxTotal (
index As Integer
) |
| Visual C++ |
|---|
public:
virtual void RemoveTaxTotal(
int index
) sealed |
| F# |
|---|
abstract RemoveTaxTotal :
index : int -> unit
override RemoveTaxTotal :
index : int -> unit |
Implements
IStatement..::..RemoveTaxTotal(Int32)
See Also