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. This class is marked as serializable and deserializable to work around an issue in enforcing JsonAccess for Visualforce remoting requests. Warning: Do not rely on any behavior available via serializing as or deserializing from JSON that is not part of the global API because it might be subject to change. Properties
ffbc.PricingStructuresService.QuantityBreakglobal with sharing class QuantityBreak This class models a quantity break. This class is marked as serializable and deserializable to work around an issue in enforcing JsonAccess for Visualforce remoting requests. Warning: Do not rely on any behavior available via serializing as or deserializing from JSON that is not part of the global API because it might be subject to change. Properties
|