GetPaymentDetailsAsync Method
Retrieves details about a payment transaction.
Syntax
[VB.NET] Public Function GetPaymentDetailsAsync() As Task
[C#] public Task GetPaymentDetailsAsync();
PayPal Integrator V5 - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetPaymentDetailsAsync MethodRetrieves details about a payment transaction. Syntax[VB.NET] Public Function GetPaymentDetailsAsync() As Task [C#] public Task GetPaymentDetailsAsync(); RemarksThis method is the asynchronous version of the GetPaymentDetails method and is used to support asynchronous operations in WinRT. Please refer to GetPaymentDetails for more information. |
||