ProductVariantPricingPlanUnitPrice
Unit fee details for the variant pricing plan
This page contains
Fields
| unit: String! | Pricing unit. NOT_APPLICABLE in case of flat fee |
| unitRangePrices: [PricingPlanItemPriceRange!] | Defines prices for different unit ranges |
| setupFee: PricingPlanItemPrice | Defines price for setup fee for this unit of pricing plan |
| meteredUsage: Boolean! | If true, metered usage can be reported for this unit |
| increment: BigDecimal PREVIEW | Quantity in increments that user will have to buy |
| showPricePerIncrement: Boolean! | If true, increment would be displayed on purchase |
| blockContractDecrease: Boolean! | If true, contract decrease is blocked |
| blockContractIncrease: Boolean! | If true, contract increase is blocked |
| blockOriginalContractDecrease: Boolean! | If true contract decrease is blocked compared to the original order value |
| canDecreaseUnits: Boolean! | If true, unit quantity can be decreased |
| canIncreaseUnits: Boolean! | If true, unit quantity can be increased |
| pricingStrategy: PricingPlanUnitPricingStrategy! | Price strategy for this cost type |
Parent objects of ProductVariantPricingPlanUnitPrice
| ProductVariantPricingPlan | type for variant pricing plan |