Billing Central API Developer Reference

ffbc.PriceBooksService

global with sharing class PriceBooksService

This class provides service functionality for the Price Book standard object.

Methods

getActive

global static List<ffbc.PriceBooksService.PriceBook> getActive()

Queries all active price books. Returns the ID, name and whether the price book is the standard price book.

Return Value

A list of summarized price books, ordered by name with the standard price book first.

ffbc.PriceBooksService.PriceBook

global class PriceBook

This class models a price book, including the ID, name and whether it is the standard price book.

Properties

Name Type Description
Id Id Read only. The Salesforce ID of the price book being summarized.
Name String Read only. The Name of the price book being summarized.
IsStandard Boolean Read only. Indicates whether the price book being summarized is the standard price book.