On this pageOrderCurrencyRatetype OrderCurrencyRate { code: String! originalRate: Float! rate: Float!}CopyFieldscodeString!requiredIt is the code of the currency.originalRateFloat!requiredIt is the original rate of the currency.rateFloat!requiredIt is the rate of the currency.