Add a new 'Payment' entry.
Payment (ASBIE). An association to prepaid payment(s).
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 AddPrepaidPayment(
IPayment prepaidPayment
) |
| Visual Basic |
|---|
Public Sub AddPrepaidPayment (
prepaidPayment As IPayment
) |
| Visual C++ |
|---|
public:
virtual void AddPrepaidPayment(
IPayment^ prepaidPayment
) sealed |
| F# |
|---|
abstract AddPrepaidPayment :
prepaidPayment : IPayment -> unit
override AddPrepaidPayment :
prepaidPayment : IPayment -> unit |
Implements
ISelfBilledInvoice..::..AddPrepaidPayment(IPayment)
See Also