GraphQL INTERFACE
PriceSettingsInterface
Interface to specify pricing.
link Definition
- interface PriceSettingsInterface {
- # Unique ID of the price setting.
- Int! :
- # Discount pricing method.
- PriceType! :
- # Indicates whether the original and discounted price for fixed price discounts is
- # shown.
- Boolean :
- # Maximum number of billing intervals a discount can be applied to.
- Int :
- # Maximum number of units that can be discounted.
- Int :
- # Indicates whether other discounts in the cleverbridge platform, such as price
- # configurations, can be combined with this discount.
- Boolean :
- # Indicates whether the discount is applied to a maximum of one billing interval
- # per subscription.
- Boolean :
- }
link Required by
- PackageDiscountDefinitionDefinition for package discount.
- PackageDiscountDefinitionSearchResultItemThe flat package discount definition as result of a search.
- PriceAbsolutePrice of the product.
- PriceConfigurationItemnull
- PriceConfigurationProductItemnull
- PriceConfigurationProductListItemnull
- PricePercentagenull
- PromotionPrice discount off of the regular product price you offer the customer.
- RecommendationProduct suggestion for customers during the checkout process.