ReverseAsync Method
Performs a reversal transaction.
Syntax
[VB.NET] Public Function ReverseAsync() As Task
[C#] public Task ReverseAsync();
Direct Payment Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ReverseAsync MethodPerforms a reversal transaction. Syntax[VB.NET] Public Function ReverseAsync() As Task [C#] public Task ReverseAsync(); RemarksThis method is the asynchronous version of the Reverse method and is used to support asynchronous operations in WinRT. Please refer to Reverse for more information. |
||