dw.catalog
Class PriceBook
Represents a price book.
Properties
currencyCode  :  String  (Read Only)
The currency code of the price book.
description  :  String  (Read Only)
The description of the price book.
displayName  :  String  (Read Only)
The display name of the price book.
ID  :  String  (Read Only)
The ID of the price book.
online  :  boolean  (Read Only)
The online status of the price book. The online status is calculated from the online status flag and the onlineFrom onlineTo dates defined for the price book.
onlineFlag  :  boolean  (Read Only)
The online status flag of the price book.
onlineFrom  :  Date  (Read Only)
The date from which the price book is online or valid.
onlineTo  :  Date  (Read Only)
The date until which the price book is online or valid.
parentPriceBook  :  PriceBook  (Read Only)
The parent price book.
Constructor Summary
This class does not have a constructor, so you cannot create it directly.
Method Summary
getCurrencyCode() : String
Returns the currency code of the price book.
getDescription() : String
Returns the description of the price book.
getDisplayName() : String
Returns the display name of the price book.
getID() : String
Returns the ID of the price book.
getOnlineFlag() : boolean
Returns the online status flag of the price book.
getOnlineFrom() : Date
Returns the date from which the price book is online or valid.
getOnlineTo() : Date
Returns the date until which the price book is online or valid.
getParentPriceBook() : PriceBook
Returns the parent price book.
isOnline() : boolean
Returns the online status of the price book.
Methods inherited from class ExtensibleObject
Salesforce Commerce Cloud Courses
Salesforce B2C Commerce Developer - Certification Tests
Why risk failing the SFCC exam? Get 180 real questions, killer content, and everything you need to crush the Salesforce B2C Commerce Developer certification.

Becoming a Salesforce B2C Commerce Developer is your ticket to higher salaries, better job opportunities, and the credibility to stand out from the competition. But let's be honestβ€”passing the certification exam isn't easy. That's where we come in.
Salesforce Javascript Developer I - Certification Tests
Not just another prep courseβ€”this is your shortcut to passing. Master JavaScript for Salesforce and go from 'hoping to pass' to knowing you will. Ready to start?

This isn't just another prep courseβ€”it's your shortcut to mastering the skills and confidence you need to pass. With multiple practice tests covering every section and a final exam simulation designed to mirror the real thing, you'll feel like you've already aced it before test day.
Salesforce B2C Commerce Architect - Certification Tests
Think the Developer exam was hard? Welcome to the next level.

The Salesforce B2C Commerce Architect certification is a whole different gameβ€”complex solutions, elevated difficulty, and skills that set you apart in the eCommerce industry. That's why we're including 11 downloadable PDF guides, packed with best practices and strategies to help you prepare for the exam and build confidence in every topic.
Methods inherited from class PersistentObject
Method Detail
getCurrencyCode
getCurrencyCode() : String
Returns the currency code of the price book.
Returns:
Currency code of the price book

getDescription
getDescription() : String
Returns the description of the price book.
Returns:
Currency code of the price book

getDisplayName
getDisplayName() : String
Returns the display name of the price book.
Returns:
Display name of the price book

getID
getID() : String
Returns the ID of the price book.
Returns:
ID of the price book

getOnlineFlag
getOnlineFlag() : boolean
Returns the online status flag of the price book.
Returns:
the online status flag of the price book.

getOnlineFrom
getOnlineFrom() : Date
Returns the date from which the price book is online or valid.
Returns:
the date from which the price book is online or valid.

getOnlineTo
getOnlineTo() : Date
Returns the date until which the price book is online or valid.
Returns:
the date until which the price book is online or valid.

getParentPriceBook
getParentPriceBook() : PriceBook
Returns the parent price book.
Returns:
Parent price book

isOnline
isOnline() : boolean
Returns the online status of the price book. The online status is calculated from the online status flag and the onlineFrom onlineTo dates defined for the price book.
Returns:
The online status of the price book.

β™₯
Notifications pending to read