Newer Version Available

This content describes an older version of this product. View Latest

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>