cancel Async
open fun cancelAsync(transferCancel: TransferCancel, cancellationSignal: CancellationSignal?, callback: WalletCallback<CustomerTransfer>)
Asynchronously cancels a customer transfer.
Parameters
transfer Cancel
The Customer Transfer cancel request.
cancellation Signal
A signal for canceling the asynchronous operation (nullable).
callback
The callback to be invoked upon completion or error.