get All
abstract suspend fun getAll(getDepositsParameters: GetDepositsParameters? = null): CustomerDepositList
Retrieves all deposits. It returns the last 10 deposits by default.
Return
A CustomerDepositList object.
Parameters
get Deposits Parameters
The parameters for filtering the deposits, null could be passed for default behaviour.