InputParameter Class
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