PriceBookEntryPriceRange
Represents custom prices set for a particular unit range
This page contains
Fields
| minUnits: BigDecimal! PREVIEW | Minimum number of units for a range |
| maxUnits: BigDecimal PREVIEW | Maximum number of units for a range |
| percentage: Boolean | Indicates whether prices are to be considered in percentage |
| prices: [CurrencyPrice!] | Prices for a given range for one or more currencies |
| markupSourceType: MarkupSourceType | Apply markup/markdown on the developer price or marketPlace sale price |
Parent objects of PriceBookEntryPriceRange
| PriceBookEntryUnitPrice | Represents custom prices set for a particular unit of a pricing plan |