Package-level declarations
Types
Link copied to clipboard
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.