ffbc.PricingStructuresServiceglobal with sharing class PricingStructuresService This class provides service functionality for the Pricing Structure object. EnumsTypean enum that represents the valid pricing types for pricing structures.
UsageBillingTypean enum that represents the valid usage billing types for pricing structures.
Methods
loadglobal static List<ffbc.PricingStructuresService.PricingStructure> load(Set<Id> pricingStructureIds) Retrieves the pricing structures with the IDs provided and returns a wrapper for each pricing structure and its quantity breaks. Input Parameters
Return ValueThe wrappers for each pricing structure and its list of quantity breaks in ascending order of quantity. ffbc.PricingStructuresService.PricingStructureglobal with sharing class PricingStructure this class models a pricing structure with quantity breaks. Properties
ffbc.PricingStructuresService.QuantityBreakglobal with sharing class QuantityBreak this class models a quantity break. Properties
|