toggle menu
core
androidJvm
switch theme
search in API
core
/
com.paysafe.wallet.android.core.currencyexchange.model
/
FxRateRequest
Fx
Rate
Request
data
class
FxRateRequest
(
val
sourceCurrency
:
String
,
val
targetCurrency
:
String
)
Data class representing a FxRate request object.
Members
Constructors
Fx
Rate
Request
Link copied to clipboard
constructor
(
sourceCurrency
:
String
,
targetCurrency
:
String
)
Properties
source
Currency
Link copied to clipboard
val
sourceCurrency
:
String
The source currency code.
target
Currency
Link copied to clipboard
val
targetCurrency
:
String
The target currency code.