GraphQL OBJECT
PricePercentage
link Definition
- type PricePercentage implements PriceSettingsInterface {
- # ID of the price.
- : Int!
- # Price type.
- : PriceType!
- # Show original and discounted price for fixed price discounts.
- : Boolean
- # Maximum number of billing intervals a discount can be applied to.
- : Int
- # Maximum quantity.
- : Int
- # List of price values.
- : [PricePercentageValue]!
- # Prevents other discounts in the cleverbridge platform, such as price
- # configurations, from being combined with this discount.
- : Boolean
- # Applies the discount to a maximum of one billing interval per subscription.
- : Boolean
- }
link Required by
This element is not required by anyone