CreditcardBalancesAdapter

Adapter interface for retrieving credit card balances.

Functions

Link copied to clipboard
abstract fun cardBalance(cardId: String): AmountDto

Retrieves the balance of a credit card.

Link copied to clipboard

Retrieves the cash flow balances of a credit card for a specific period.

Link copied to clipboard
abstract fun monthlyBalances(cardId: String, numberOfMonths: Int): CardBalanceListDto

Retrieves the monthly balances of a credit card.