core
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
core
core
/
com.paysafe.wallet.android.core.currencyexchange.model
/
FxRate
/
FxRate
Fx
Rate
constructor
(
sourceCurrency
:
String
,
targetCurrency
:
String
,
id
:
String
?
,
creationTime
:
Calendar
,
expirationTime
:
Calendar
,
fxRate
:
BigDecimal
,
sender
:
String
?
)