CardsAdapter
interface CardsAdapter
Interface for managing cards in the system.
Functions
Link copied to clipboard
Removes a card from the system.
Link copied to clipboard
abstract fun searchCards(cardRequestData: CardDataRequestDto, page: Int, size: Int, sortOrder: List<SortOrder>, includeBankData: Boolean): CardsResponseDto
Searches for cards based on the provided parameters.