ffbc.OpportunitiesServiceglobal with sharing class OpportunitiesService This class provides service functionality for the Salesforce opportunity to Billing Central contract integration. Methods
addPlanglobal static ffbc.OpportunitiesService.AddPlanResponse addPlan(ffbc.OpportunitiesService.AddPlanRequest request) Creates new contract line items from plans. Input Parameters
Return ValueOpportunitiesService.AddPlanResponse An AddPlan response object containing the errors that occurred. validateForAddPlanglobal static ffbc.Response validateForAddPlan(ffbc.OpportunitiesService.ValidateForAddPlanRequest request) Checks the opportunity information provided and determines whether a plan can be added to the opportunity. Input Parameters
Return ValueA Response containing errors that occurred during validation. ffbc.OpportunitiesService.AddPlanRequestglobal with sharing class AddPlanRequest The request object that is used to provide inputs to the AddPlan service. Methodsaddglobal void add(Id opportunityId, Id planId) Adds a request to add a plan to an opportunity ID. Calling this method several times does not overwrite previous calls. This enables you to: Input Parameters
ffbc.OpportunitiesService.AddPlanResponseglobal with sharing class AddPlanResponse extends Response The response object returned by the addPlan service. This contains errors for the plans that could not be applied. This class extends ffbc.Response Properties
ffbc.OpportunitiesService.ValidateForAddPlanRequestglobal with sharing class ValidateForAddPlanRequest A Request object for the validateForAddPlan method. Properties
MethodsvalidateForAddPlanRequestglobal validateForAddPlanRequest() The default constructor for this object. |