Removes a 'Allowance Charge' entry.
Allowance Charge (ASBIE). An association to Allowances and Charges that apply to the Quotation as a whole.
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 RemoveAllowanceCharge(
int index
) |
| Visual Basic |
|---|
Public Sub RemoveAllowanceCharge (
index As Integer
) |
| Visual C++ |
|---|
public:
virtual void RemoveAllowanceCharge(
int index
) sealed |
| F# |
|---|
abstract RemoveAllowanceCharge :
index : int -> unit
override RemoveAllowanceCharge :
index : int -> unit |
Implements
IQuotation..::..RemoveAllowanceCharge(Int32)
See Also