searchTransactions

abstract suspend fun searchTransactions(savingsId: Long, fromDate: String? = null, toDate: String? = null, fromSubmittedDate: String? = null, toSubmittedDate: String? = null, fromAmount: Double? = null, toAmount: Double? = null, types: String? = null, credit: Boolean? = null, debit: Boolean? = null, offset: Int? = null, limit: Int? = null, orderBy: String? = null, sortOrder: SavingsAccountTransactionsApi.SortOrderSearchTransactions? = null, locale: String? = null, dateFormat: String? = null): SavingsAccountTransactionsSearchResponse

Search Savings Account Transactions

Responses:

  • 200: OK

Return

SavingsAccountTransactionsSearchResponse

Parameters

savingsId

savings account id

fromDate

minimum value date (inclusive) (optional)

toDate

maximum value date (inclusive) (optional)

fromSubmittedDate

minimum booking date (inclusive) (optional)

toSubmittedDate

maximum booking date (inclusive) (optional)

fromAmount

minimum transaction amount (inclusive) (optional)

toAmount

maximum transaction amount (inclusive) (optional)

types

transaction types (optional)

credit

credit (optional)

debit

debit (optional)

offset

offset (optional)

limit

limit (optional)

orderBy

sort properties (optional)

sortOrder

sort direction (optional)

locale

locale (optional)

dateFormat

date format (optional)