Removes a 'Payment Means' entry.
Payment Means (ASBIE). An association to Payment Means.
Namespace: Unimaze.Composer.Ubl2.ComponentsAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
public void RemovePaymentMeans(
int index
) |
| Visual Basic |
|---|
Public Sub RemovePaymentMeans (
index As Integer
) |
| Visual C++ |
|---|
public:
virtual void RemovePaymentMeans(
int index
) sealed |
| F# |
|---|
abstract RemovePaymentMeans :
index : int -> unit
override RemovePaymentMeans :
index : int -> unit |
Implements
IAllowanceCharge..::..RemovePaymentMeans(Int32)
See Also