GraphQL INPUT_OBJECT
CreatePromotionPriceSettingsInput
Input for price settings of the created promotion.
link Definition
- input CreatePromotionPriceSettingsInput {
- #   Price type code. Determines the discount pricing method.
- : PriceTypeEnum!
- #   Maximum number of billing intervals a discount can be applied to.
- : Int
- #   Maximum number of units that can be discounted.
- : Int
- #   Set to true to prevent other discounts in the cleverbridge platform, such as 
- #   price configurations, from being combined with this discount.
- : Boolean
- #   Set to true to apply the discount to a maximum of one billing interval per 
- #   subscription.
- : Boolean
- #   Allows you to set a specific amount that will be subtracted from the price of 
- #   the product.
- : PriceAbsoluteInput
- #   Allows you to set a specific percentage that will be subtracted from the price 
- #   of the product.
- : PricePercentageInput
- #   Set to true to show the original and discounted price for fixed price discounts.
- : Boolean
- }
link Required by
- CreatePromotionInputInput for created promotion. A promotion is a price discount, such as a specified percentage or amount of money off of the regular product price.
- UpdatePromotionInputInput for promotion update. A promotion is a price discount, such as a specified percentage or amount of money off of the regular product price.