GraphQL OBJECT
Price value.
type PriceAbsoluteValue {# Currency of the price.currency: Currency! # 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! }