AddOrUpdatePriceBookEntryPricesInput

Input for adding/updating custom prices set for a pricing plan

This page contains

    Fields

    id ID!

    Unique identifier of price book entry

    setupFee PriceBookEntryPriceInput

    New custom price for setup fee. If null then it does not remove already set custom price for setup fee

    flatFee PriceBookEntryPriceInput

    New custom price for flat fee. If null then it does not remove already set custom price for flat fee

    contractFee PriceBookEntryPriceInput

    New custom price for contract fee. If null then it does not remove already set custom price for contract fee

    units [PriceBookEntryUnitPriceInput!]

    New custom price for unit fees. If an already existing unit is not provided in the list then it does not remove custom price set for that unit

    modifiedBy String!

    Email id of user modifying custom prices for plan

    Mutations for AddOrUpdatePriceBookEntryPricesInput

    addOrUpdatePriceBookEntryPrices

    Add or update custom price(s) set for a pricing plan