![]() Billing Central API Developer Reference
|
ffbc.ProductsServiceglobal with sharing class ProductsService This class provides service functionality for the Product standard object. Methods
getSummariesForPriceBookglobal static List<ffbc.ProductsService.ProductSummary> getSummariesForPriceBook(ffbc.ProductsService.ProductSummaryRequest request) Queries all active products for their ID, name and pricing information for the price book and currency provided. Input Parameters
Return ValueThe list of product summaries. loadglobal static List<ffbc.ProductsService.Product> load(Set<Id> productIds) Queries products with the IDs provided, including fields that are related to Billing Central. Input Parameters
Return ValueThe list of products. ffbc.ProductsService.Productglobal class Product This class models a product, including fields that are related to creating and editing Billing Central object types. Properties
ffbc.ProductsService.ProductSummaryglobal class ProductSummary This class models a product, including the ID, name, unit price, and pricing structure for a specific price book and currency. Properties
ffbc.ProductsService.PricingStructureSummaryglobal class PricingStructureSummary This class is a wrapper for summarised pricing structure information. Properties
ffbc.ProductsService.ProductSummaryRequestglobal class ProductSummaryRequest This class provides the parameters that determine the product summary information to be retrieved. Properties
Methods |