CurrencyRateModel
Represents a currency rate for specific currencies and date
Methods
The following API methods use this data model.
Read-Only Fields
These fields are assigned by the API server and cannot be changed.
currencyRate
double, nullable, read-only
The currency rate value
Required Fields
sourceCurrency
string, min 1 characters
The source currency
destinationCurrency
string, min 1 characters
The destination currency
date
The date for the currency rate
Updated 20 days ago