Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

InputParameter Class

Captures and retrieves additional parameters to be sent during the capture payment transaction.

Namespace

blng

InputParameter Methods

The following are methods for InputParameter.

setAdditionalParameters(additionalParams)

Creates a map of any additional parameters that the user sent with the payment capture request. This method and its parameters are optional.

Signature

global static void setAdditionalParameters(Map<String,String> additionalParams)

Parameters

additionalParams
Type: Map<String,String>

Return Value

Type: void

getAdditionalParameters()

Returns additional parameters sent during the capture payment request.

Signature

global static Map<string, string> getAdditionalParameters()

Return Value

Type: Map<String, String>