Interface CurrencyDataMapper


public interface CurrencyDataMapper
Mapper for converting between CurrencyDataRequest and CurrencyDataResponse.

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