PricingPlanUnitFee
This page contains
Fields
id: String! | Unique identifier for the fee on the plan |
pricingStrategy: UnitPricingStrategy! | Price strategy for this cost type |
unit: String! | Pricing unit. Cannot be NOT_APPLICABLE/ONE_TIME_SETUP/CONTRACT_FEE |
unitRangePrices: [PricingPlanUnitRangeFee!] | Defines prices for different unit ranges |
setupFee: PricingPlanFee | Defines price for setup fee on the unit |
meteredUsage: Boolean! | If true, charge for usage is measured on an ongoing basis |
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 |
Parent objects of PricingPlanUnitFee
PricingPlan PREVIEW | Definition of a pricing plan |
Queries for PricingPlanUnitFee
pricingPlan | Returns pricing plan information for provided id |