accept Async
open fun acceptAsync(transferAccept: TransferAccept, cancellationSignal: CancellationSignal?, callback: WalletCallback<CustomerTransfer>)
Asynchronously accepts a customer transfer.
Parameters
transfer Accept
The Customer Transfer accept request.
cancellation Signal
A signal for canceling the asynchronous operation (nullable).
callback
The callback to be invoked upon completion or error.