Skip to main content

Exchange

Provides information about the currency of original, and its rate applied over the results returned by the Supplier.

type Exchange {
currency: Currency!
rate: Float!
}

Fields

Exchange.currency ● Currency! non-null scalar

Provide information about the currency of origin

Exchange.rate ● Float! non-null scalar

Provides information about the rate applied over results

Member Of

Markup object ● Price object ● Priceable interface