monthlyBalances

abstract fun monthlyBalances(cardId: String, numberOfMonths: Int): CardBalanceListDto

Retrieves the monthly balances of a credit card.

Return

The list of balances of the credit card.

Parameters

cardId

The ID of the credit card.

numberOfMonths

The number of months for which to retrieve the balances.

Throws

If an I/O error occurs while retrieving the balances.