get All Async
open fun getAllAsync(getDepositsParameters: GetDepositsParameters?, cancellationSignal: CancellationSignal?, callback: WalletCallback<CustomerDepositList>)
Asynchronously retrieves all deposits. It returns the last 10 deposits by default.
Parameters
get Deposits Parameters
The parameters for filtering the deposits, null could be passed for default behaviour.
cancellation Signal
A signal for canceling the asynchronous operation (nullable).
callback
The callback to be invoked upon completion or error.