Preview

MarketplaceExternalSourcePriceRangeFee is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

MarketplaceExternalSourcePriceRangeFee

Represents the price book prices for the unit range fee on the plan

This page contains

    Fields

    minUnits: BigDecimal! PREVIEW

    Minimum number of units for the given range

    maxUnits: BigDecimal PREVIEW

    Maximum number of units for the given range

    originalPrice: BigDecimal PREVIEW

    Original price for configured on the plan

    percentage: Boolean!

    If true, price configured for external source is a percentage value

    updatedPrice: BigDecimal PREVIEW

    Price set in the price book for external source. If percentage is true, this is the percentage value

    finalPrice: BigDecimal PREVIEW

    Price set in the price book for external source. If percentage is true, this is the absolute value calculated using percentage

    Parent objects of MarketplaceExternalSourcePriceRangeFee

    MarketplaceExternalSourceUnitFee PREVIEW