SaleAsync Method
This method sends a Sale transaction to PayPal.
Syntax
[VB.NET] Public Function SaleAsync() As IAsyncAction
[C#] public IAsyncAction SaleAsync();
PayPal Integrator V5 - Online Help
|
|||
|
Available for:
Questions / Feedback?
SaleAsync MethodThis method sends a Sale transaction to PayPal. Syntax[VB.NET] Public Function SaleAsync() As IAsyncAction [C#] public IAsyncAction SaleAsync(); RemarksThis method is the asynchronous version of the Sale method and is used to support asynchronous operations in WinRT. Please refer to Sale for more information. |
||