PriceBookEntryPriceDetails

Represents custom prices set for a fee type

This page contains

    Fields

    percentage: Boolean!

    If true, price 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)

    prices: [CurrencyPrice!]!

    Represents price for a particular currency

    markupSourceType: MarkupSourceType

    Determines the base priceType on which a markup or markdown is applied

    Parent objects of PriceBookEntryPriceDetails

    Fee

    Detailed Fees structure