VoidTransactionAsync Method
Used to void a debit sale or credit transaction.
Syntax
[VB.NET] Public Function VoidTransactionAsync() As IAsyncAction
[C#] public IAsyncAction VoidTransactionAsync();
Direct Payment Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
VoidTransactionAsync MethodUsed to void a debit sale or credit transaction. Syntax[VB.NET] Public Function VoidTransactionAsync() As IAsyncAction [C#] public IAsyncAction VoidTransactionAsync(); RemarksThis method is the asynchronous version of the VoidTransaction method and is used to support asynchronous operations in WinRT. Please refer to VoidTransaction for more information. |
||