getAll

abstract suspend fun getAll(getDepositsParameters: GetDepositsParameters? = null): CustomerDepositList

Retrieves all deposits. It returns the last 10 deposits by default.

Return

A CustomerDepositList object.

Parameters

getDepositsParameters

The parameters for filtering the deposits, null could be passed for default behaviour.