MarkupUnitPriceRange
Defines the details of markups on unit range
This page contains
Fields
| markupPricingId: ID! | Unique identifier of markup pricing |
| minUnits: BigDecimal! PREVIEW | Minimum number of units for a range |
| maxUnits: BigDecimal PREVIEW | Maximum number of units for a range |
| percentage: Boolean | If true, markup is treated as a percentage value and final price is calculated accordingly(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) |
| markupPrices: [CurrencyPrice] | Markup for one or more currencies |
| markupSourceType: MarkupSourceType | Apply markup/markdown on the developer price or marketplace sale price |
Parent objects of MarkupUnitPriceRange
| MarkupUnitPriceFee | Defines the markup prices for set up fee on the unit |