ExecutePaymentAsync Method
Runs a payment that was previously created.
Syntax
[VB.NET] Public Function ExecutePaymentAsync(ByVal PaymentKey As String) As Task
[C#] public Task ExecutePaymentAsync(string paymentKey);
PayPal Integrator V5 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ExecutePaymentAsync MethodRuns a payment that was previously created. Syntax[VB.NET] Public Function ExecutePaymentAsync(ByVal PaymentKey As String) As Task [C#] public Task ExecutePaymentAsync(string paymentKey); RemarksThis method is the asynchronous version of the ExecutePayment method and is used to support asynchronous operations in WinRT. Please refer to ExecutePayment for more information. |
||