defines what pricing variable to look for. For example: params = { StartTimePolicy: "Purchase Date", EndTimePolicy: "End of Plan Duration", Frequency: 3, TimePlanUOM: "Days", Delay: 4, DelayUOM: "Weeks" }
Apex Rest URL that handles this request.
Salesforce organization.
The parameters required get time plan and time policy. The params object should look like below: params = { StartTimePolicy: "Purchase Date", EndTimePolicy: "End of Plan Duration", Frequency: 3, TimePlanUOM: "Days", Delay: 4, DelayUOM: "Weeks" }
Remote class that handles this request.
Remote method that handles this request.
Rest URL that handles this request.
A method that returns the end point with apex rest url with namepsace if defined.
A method that returns the end point with rest url and or namepsace.
Constructs the paramsArray for ApexRemote call.
array of args to be supplied to ApexRemote Call. The sequence of the element corresponds to the arguments of the Apex @RemoteAction method.
Generated using TypeDoc
The constructor function that initializes remoteClass, remoteMethod, and the parameters used for the ApexRemote call.