GraphQL INPUT_OBJECT

PriceAbsoluteValueInput

Input for absolute price value of a given product.

link Definition

  • input PriceAbsoluteValueInput {
  • # Currency code.
  • currencyId: CurrencyEnum!
  • # Quantity of products that must be purchased so that the price applies.
  • quantity: Int
  • # Subscription interval to which the price applies.
  • interval: Int
  • # Price value.
  • value: Decimal!
  • }