AccountTransactionsAdapter
interface AccountTransactionsAdapter
This interface represents an adapter for searching transactions in an account.
Functions
Link copied to clipboard
Returns account transaction by ID
Link copied to clipboard
abstract fun searchTransactions(page: Int, size: Int, sorting: List<SortOrder>, searchRequest: SearchTransactionRequestDto): SearchTransactionResponseDto
Searches for transactions based on given parameters.