MarkAsPaidAsync Method
Marks an invoice as paid.
Syntax
[VB.NET] Public Function MarkAsPaidAsync(ByVal invoiceId As String) As IAsyncAction
[C#] public IAsyncAction MarkAsPaidAsync(string invoiceId);
PayPal Integrator V5 - Online Help
|
|||
|
Available for:
Questions / Feedback?
MarkAsPaidAsync MethodMarks an invoice as paid. Syntax[VB.NET] Public Function MarkAsPaidAsync(ByVal invoiceId As String) As IAsyncAction [C#] public IAsyncAction MarkAsPaidAsync(string invoiceId); RemarksThis method is the asynchronous version of the MarkAsPaid method and is used to support asynchronous operations in WinRT. Please refer to MarkAsPaid for more information. |
||