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