M8tyCurrencyExchangeRateModel
data class M8tyCurrencyExchangeRateModel(val base: String, val date: LocalDate, val rates: Map<String, BigDecimal>)
Represents the model for currency exchange rates.
Represents the model for currency exchange rates.