get Account Transactions
abstract suspend fun getAccountTransactions(accountId: String, debit: Boolean? = true, credit: Boolean? = false, fromBookingDateTime: String? = null, toBookingDateTime: String? = null): InteropTransactionsData
Query transactions by Account Id
Responses:
200: OK
Return
Parameters
account Id
accountId
debit
debit (optional, default to true)
credit
credit (optional, default to false)
from Booking Date Time
fromBookingDateTime (optional)
to Booking Date Time
toBookingDateTime (optional)