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(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!]

    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

    UnitPrice

    Unit fees are per-quantity charges in a pricing plan