PriceBookVersionEntry

Represents the custom prices set in price book entry for given version

This page contains

    Fields

    id: ID!

    Unique identifier for price book entry for given version

    priceBookId: ID!

    Unique identifier for price book

    pricingPlanId: ID!

    Pricing plan UUID for given version

    productId: ID!

    Product UUID for given version

    editionId: ID!

    Edition UUID for given version

    setupFee: PriceBookEntryPrice

    Custom price for setup fee for given version

    flatFee: PriceBookEntryPrice

    Custom price for flat fee for given version

    contractFee: PriceBookEntryPrice

    Custom price for contract fee for given version

    units: [PriceBookEntryUnitPrice!]

    Custom price for different units in plan for given version

    Parent objects of PriceBookVersionEntry

    PriceBookVersionDetails

    Represents the details of a price book version

    Queries for PriceBookVersionEntry

    priceBookVersion

    Return price book version details