SearchTransactionResponseDto
data class SearchTransactionResponseDto(var transactions: MutableList<AccountTransactionDto>, var page: PageDto)
Response to a search for transactions.
Parameters
transactions
List of transactions. If no transactions were found, this array is empty.
page