PriceBookEntryUnitPrice
Represents custom prices set for a particular unit of a pricing plan
This page contains
Fields
| uuid: String | Uuid of unit price |
| unit: String! | Pricing unit |
| priceRanges: [PriceBookEntryPriceRange!] | Price applicable to ranges |
| setupFee: PriceBookEntryPrice | Set up fee associated to unit |
Parent objects of PriceBookEntryUnitPrice
| PriceBookEntry | Represents the custom prices set in price book entry |
| PriceBookVersionEntry | Represents the custom prices set in price book entry for given version |
Queries for PriceBookEntryUnitPrice
| priceBookEntry | Returns price book entry by its id |