SetPaymentOptionsAsync Method
Sets the payment options for newly created transactions.
Syntax
[VB.NET] Public Function SetPaymentOptionsAsync(ByVal PaymentKey As String) As Task
[C#] public Task SetPaymentOptionsAsync(string paymentKey);
PayPal Integrator V5 - Online Help
|
|||
|
Available for:
Questions / Feedback?
SetPaymentOptionsAsync MethodSets the payment options for newly created transactions. Syntax[VB.NET] Public Function SetPaymentOptionsAsync(ByVal PaymentKey As String) As Task [C#] public Task SetPaymentOptionsAsync(string paymentKey); RemarksThis method is the asynchronous version of the SetPaymentOptions method and is used to support asynchronous operations in WinRT. Please refer to SetPaymentOptions for more information. |
||