GraphQL OBJECT

Currency

Currency in which the price is presented.

link Definition

  • type Currency {
  • # Currency code.
  • id: CurrencyEnum
  • # Currency code in capital letters, see ISO 4217.
  • isoCode: String!
  • # Currency symbol, for example, $ for USD.
  • symbol: String
  • # Currency name.
  • name: String
  • }