getAsync

open fun getAsync(id: String, cancellationSignal: CancellationSignal?, callback: WalletCallback<CustomerDeposit>)

Asynchronously retrieves a specific deposit.

Parameters

id

The id of the deposit.

cancellationSignal

A signal for canceling the asynchronous operation (nullable).

callback

The callback to be invoked upon completion or error.