IssueRefundAsync Method
Refunds a payment originally made using the ADAPTIVEPAY component.
Syntax
[VB.NET] Public Function IssueRefundAsync() As Task
[C#] public Task IssueRefundAsync();
PayPal Integrator V5 - Online Help
|
|||
|
Available for:
Questions / Feedback?
IssueRefundAsync MethodRefunds a payment originally made using the ADAPTIVEPAY component. Syntax[VB.NET] Public Function IssueRefundAsync() As Task [C#] public Task IssueRefundAsync(); RemarksThis method is the asynchronous version of the IssueRefund method and is used to support asynchronous operations in WinRT. Please refer to IssueRefund for more information. |
||