SearchAsync Method
Request to search the merchant's PayPal Transaction History.
Syntax
[VB.NET] Public Function SearchAsync() As Task
[C#] public Task SearchAsync();
PayPal Integrator V5 - Online Help
|
|||
|
Available for:
Questions / Feedback?
SearchAsync MethodRequest to search the merchant's PayPal Transaction History. Syntax[VB.NET] Public Function SearchAsync() As Task [C#] public Task SearchAsync(); RemarksThis method is the asynchronous version of the Search method and is used to support asynchronous operations in WinRT. Please refer to Search for more information. |
||