QuoteItemUnitDefinition
Unit definition with constraints and validation rules for quote items
This page contains
Fields
| unit: String! | Static name of the unit type |
| minimum: Decimal | Minimum number of units that can be purchased |
| maximum: Decimal | Maximum number of units that can be purchased |
| meteredUsage: Boolean! | Whether this unit supports metered usage only |
| allowDecimals: Boolean! | Whether decimal quantities are allowed |
| readOnly: Boolean! | Whether the quantity is read-only at purchase time |
| quantity: Decimal | Default quantity for this unit |
| increment: Decimal | Increment restriction for purchases |
| pricePerIncrement: Boolean! | Whether price should be displayed per increment |
Parent objects of QuoteItemUnitDefinition
| QuoteItem PREVIEW | Individual item within a quote representing a product to be purchased |
| QuotePricingPlanCosts PREVIEW | Pricing plan costs for quote planning |
Queries for QuoteItemUnitDefinition
| pricingPlanCosts PREVIEW | Get pricing plan costs for quote planning |