Class PriceBookPriceDiscount

Discount representing that a product’s price has been calculated from a separate sales price book other than the standard price book assigned to the site.

Property Summary 

PropertyDescription
priceBookID: String (read-only)Returns the price book identifier.

Constructor Summary 

This class does not have a constructor, so you cannot create it directly.

Method Summary 

MethodDescription
getPriceBookID()Returns the price book identifier.

Methods inherited from class Discount 

getItemPromotionTiers, getPromotion, getPromotionTier, getQuantity, getType

Methods inherited from class Object 

assign, create, create, defineProperties, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toLocaleString, toString, valueOf, values

Property Details 

priceBookID 

priceBookID: String (read-only)

Returns the price book identifier.


Method Details 

getPriceBookID() 

getPriceBookID(): String

Returns the price book identifier.

Returns:

  • the price book identifier.

DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!