PriceBookEntryPrice
Represents custom prices set for a fee type
This page contains
Fields
| percentage: Boolean | True if price value is percentage(will be deprecated as only markupMode will be considered further) |
| markupMode: MarkupMode | Defines how the values in prices are interpreted: PERCENTAGE, FIXED_AMOUNT (delta from source price), or FIXED_PRICE (final absolute price) |
| prices: [CurrencyPrice!] | Custom prices for one or more currencies |
| markupSourceType: MarkupSourceType | Apply markup/markdown on the developer price or marketPlace sale price |
Parent objects of PriceBookEntryPrice
| PriceBookEntry | Represents the custom prices set in price book entry |
| PriceBookEntryUnitPrice | Represents custom prices set for a particular unit of a pricing plan |
| PriceBookVersionEntry | Represents the custom prices set in price book entry for given version |
Queries for PriceBookEntryPrice
| priceBookEntry | Returns price book entry by its id |