OBJECT
CurrencyExchangeRate
link GraphQL Schema definition
- type CurrencyExchangeRate {
- # The multiplier to be applied to the `from` currency amount to get the value in
- # the `to` currency.
- Float :
- # An ISO 4217 currency code identifying the starting currency of the price
- # conversion.
- CurrencyCode! :
- # An ISO 4217 currency code identifying the destination currency of the price
- # conversion.
- CurrencyCode! :
- }