RefundAsync Method
Refunds a previous transaction.
Syntax
[VB.NET] Public Function RefundAsync(ByVal PNRef As String) As IAsyncAction
[C#] public IAsyncAction RefundAsync(string PNRef);
Direct Payment Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
RefundAsync MethodRefunds a previous transaction. Syntax[VB.NET] Public Function RefundAsync(ByVal PNRef As String) As IAsyncAction [C#] public IAsyncAction RefundAsync(string PNRef); RemarksThis method is the asynchronous version of the Refund method and is used to support asynchronous operations in WinRT. Please refer to Refund for more information. |
||