AccountBalancesAdapter

Interface for adapting account balances operations.

Functions

Link copied to clipboard
abstract fun accountBalance(accountId: String): AmountDto

Retrieves the account balance for the specified account.

Link copied to clipboard

Calculates and returns the cash flow balances for an account within a specified period.

Link copied to clipboard
abstract fun monthlyBalances(accountId: String, numberOfMonths: Int): AccountBalanceListDto

Retrieves the monthly balances for an account.