controlCardStatus

abstract fun controlCardStatus(cardId: String, cardControlStatusChangeDto: CardControlStatusChangeRequestDto): StatusResponseDto

Controls the status of a card.

Return

The status of the request.

Parameters

cardId

The ID of the card.

cardControlStatusChangeDto

The request object to manage the status of the card.