Skip to main content

OrderCurrencyRate

type OrderCurrencyRate {
code: String!
originalRate: Float!
rate: Float!
}

Fields

codeString!required

It is the code of the currency.

originalRateFloat!required

It is the original rate of the currency.

rateFloat!required

It is the rate of the currency.