PayAsync Method
Creates and executes a new payment.
Syntax
[VB.NET] Public Function PayAsync() As IAsyncAction
[C#] public IAsyncAction PayAsync();
PayPal Integrator V5 - Online Help
|
|||
|
Available for:
Questions / Feedback?
PayAsync MethodCreates and executes a new payment. Syntax[VB.NET] Public Function PayAsync() As IAsyncAction [C#] public IAsyncAction PayAsync(); RemarksThis method is the asynchronous version of the Pay method and is used to support asynchronous operations in WinRT. Please refer to Pay for more information. |
||