MarkupPriceInput
Input for setting markup/markdown price for fee types that do not have unit ranges
This page contains
Fields
| percentage Boolean | If true, markup/markdown price is treated as a percentage value and final price is calculated accordingly(will be deprecated as only markupMode will be considered further) Default value: false |
| markupMode MarkupMode | Defines how the values in prices are interpreted: PERCENTAGE, FIXED_AMOUNT (delta from source price), or FIXED_PRICE (final absolute price) Default value: FIXED_PRICE |
| prices [CurrencyPriceInput!] | Defines markup/markdown prices for a given range for one or more currencies |
| markupSourceType MarkupSourceType | Apply markup/markdown on the developer price or marketplace sale price Default value: BASE_PRICE |