INPUT_OBJECT

PriceInput

link GraphQL Schema definition

  • input PriceInput {
  • # The Consonance unique identifier, made from the product ID, currency code, price
  • # type and price qualifier.
  • id: String
  • # The price value in the currency and the tax status indicated by the codes in the
  • # ID.
  • amount: Float
  • }