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