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