Currency

(OBJECT)

Currency detail

link GraphQL Schema definition

  • type Currency {
  • # internal ID
  • id: ID!
  • # 3-letter ISO code
  • code: CurrencyCode!
  • # currency symbol e.g '$' or '€'
  • symbol: String!
  • # custom currency name
  • name: String
  • # rounding precision
  • rounding_precision: Int
  • # number of decimal places
  • decimals: Int
  • }

link Require by