GraphQL INPUT_OBJECT

PricePercentageValueInput

Input for the percentage value that will be subtracted from the price of the product.

link Definition

  • input PricePercentageValueInput {
  • # Quantity of products that must be purchased so that the price applies.
  • quantity: Int
  • # Subscription interval to which the price applies.
  • interval: Int
  • # Percentage value.
  • value: Decimal!
  • }