GraphQL INPUT_OBJECT
Input for the percentage value that will be subtracted from the price of the product.
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!}