Types > CurrencyHistory
Commerce APITypesCurrencyHistory
CurrencyHistory

Description

Topic: Currencies

Fields

code: String!

Currency code

Example: "USD"


entries: [CurrencyHistoryEntry!]!


Used By

Queries

currenciesHistory

Preview (typescript)

interface CurrencyHistory {
code: string
entries: CurrencyHistoryEntry[]
}