get Async
open fun getAsync(id: String, cancellationSignal: CancellationSignal?, callback: WalletCallback<CustomerDeposit>)
Asynchronously retrieves a specific deposit.
Parameters
id
The id of the deposit.
cancellation Signal
A signal for canceling the asynchronous operation (nullable).
callback
The callback to be invoked upon completion or error.