AccountBalancesAdapter
interface AccountBalancesAdapter
Interface for adapting account balances operations.
Functions
Link copied to clipboard
Retrieves the account balance for the specified account.
Link copied to clipboard
abstract fun cashFlowBalances(accountId: String, cashflowPeriod: CashflowBalancePeriodEnumDto): AccountBalanceListDto
Calculates and returns the cash flow balances for an account within a specified period.
Link copied to clipboard
Retrieves the monthly balances for an account.