Removes a 'Payment Means' entry. Payment Means (ASBIE). An association to Payment Means.

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#
void RemovePaymentMeans(
	int index
)
Visual Basic
Sub RemovePaymentMeans ( 
	index As Integer
)
Visual C++
void RemovePaymentMeans(
	int index
)
F#
abstract RemovePaymentMeans : 
        index : int -> unit 

Parameters

index
Type: System..::..Int32
The index of the IPaymentMeans to remove.

See Also