CurrencyRate
Represents a currency rate type.
type CurrencyRate {
effectiveAt: Date
rate: Decimal
}
Fields
CurrencyRate.effectiveAt
● Date
scalar
Date from when the currency will be in effect.
CurrencyRate.rate
● Decimal
scalar
Rate of exchange for the currency with respect to base currency.
Member Of
Currency
object