confirm Async
open fun confirmAsync(cardDepositConfirm: CardDepositConfirm, cancellationSignal: CancellationSignal?, callback: WalletCallback<CustomerDeposit>)
Asynchronously confirms a Card deposit with outsourced payment confirmation.
Parameters
card Deposit Confirm
The card deposit confirm request.
cancellation Signal
A signal for canceling the asynchronous operation (nullable).
callback
The callback to be invoked upon completion or error.