Interface CardMapper


public interface CardMapper
Mapper for converting between CardRequest and CardResponse.

This interface utilizes MapStruct to automatically generate the implementation for mapping fields between the two data transfer objects (DTOs) related to cards.