Skip to main content

ReportExchangeRate

here is the exchange rate detail

type ReportExchangeRate {
sourceCurrency: Currency!
exchangeRate: Float!
unitCurrency: Currency!
targetCurrency: Currency!
quotationDate: Date!
contractIdentification: String
}

Fields

ReportExchangeRate.sourceCurrency ● Currency! non-null scalar

ReportExchangeRate.exchangeRate ● Float! non-null scalar

ReportExchangeRate.unitCurrency ● Currency! non-null scalar

ReportExchangeRate.targetCurrency ● Currency! non-null scalar

ReportExchangeRate.quotationDate ● Date! non-null scalar

ReportExchangeRate.contractIdentification ● String scalar

Member Of

CardTransaction object