CardsControlAdapter
interface CardsControlAdapter
Represents a contract for controlling the status of cards.
Functions
Link copied to clipboard
abstract fun controlCardStatus(cardId: String, cardControlStatusChangeDto: CardControlStatusChangeRequestDto): StatusResponseDto
Controls the status of a card.
Link copied to clipboard
Fetches the control status of cards.