searchCreditcardTransactions
abstract fun searchCreditcardTransactions(searchRequest: SearchCreditcardTransactionRequestDto, page: Int, size: Int, sortOrder: List<SortOrder>): SearchCreditcardTransactionResponseDto
Performs a search for credit card transactions based on the provided search parameters.
Return
A response object containing the list of transactions and pagination information.
Parameters
searchRequest
The search parameters for the transaction list.
page
The page number for pagination. Starts from 1 for the first page.
size
The number of transactions to retrieve per page.
sortOrder
The sorting order for the transactions.