create Async
open fun createAsync(depositCreate: DepositCreate, cancellationSignal: CancellationSignal?, callback: WalletCallback<CustomerDeposit>)
Asynchronously creates a Deposit.
Parameters
deposit Create
The deposit create request.
cancellation Signal
A signal for canceling the asynchronous operation (nullable).
callback
The callback to be invoked upon completion or error.