GraphQL OBJECT
type PricePercentageValue {# Quantity of products that must be purchased so that the price applies.quantity: Long! # Subscription interval to which the price applies.interval: Long! # Price value.value: Decimal! }