getTurnovers

fun getTurnovers(bankAccountId: String, from: OffsetDateTime? = null, to: OffsetDateTime? = null, onlyNew: Boolean = false): BankAccountTurnovers

Retrieve the turnovers for a specific bank account

Return

BankAccountTurnovers

Parameters

bankAccountId

The bank-account-id for the account to be retrieved.

from

Filter turnovers by booking_date

to

Filter turnovers by booking_date

onlyNew

Filter turnovers by new flag