routex-client
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
routex-client
models
/
tech.yaxi.routex.models
/
ExchangeRate
Exchange
Rate
common
@
Serializable
data
class
ExchangeRate
Currency conversion attached to a
Transaction
.
Members
Properties
exchange
Rate
Link copied to clipboard
common
@
Serializable
(
with
=
DecimalSerializer::class
)
val
exchangeRate
:
BigDecimal
source
Currency
Link copied to clipboard
common
val
sourceCurrency
:
String
target
Currency
Link copied to clipboard
common
val
targetCurrency
:
String
?
unit
Currency
Link copied to clipboard
common
val
unitCurrency
:
String
?