SetCheckoutAsync Method
Call this method to begin the Express Checkout process and fetch a token from PayPal which will encode transaction details.
Syntax
[VB.NET] Public Function SetCheckoutAsync() As Task
[C#] public Task SetCheckoutAsync();
PayPal Integrator V5 - Online Help
|
|||
|
Available for:
Questions / Feedback?
SetCheckoutAsync MethodCall this method to begin the Express Checkout process and fetch a token from PayPal which will encode transaction details. Syntax[VB.NET] Public Function SetCheckoutAsync() As Task [C#] public Task SetCheckoutAsync(); RemarksThis method is the asynchronous version of the SetCheckout method and is used to support asynchronous operations in WinRT. Please refer to SetCheckout for more information. |
||