Click or drag to resize

CustomInputsBuilderAdd Method (String, String)

Add a custom input string.

Namespace:  MaxMind.MinFraud.Request
Assembly:  MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntax
public void Add(
	string key,
	string value
)

Parameters

key
Type: SystemString
The key for the string input defined in your account portal.
value
Type: SystemString
The input value. The string length must be less than or equal to 255 characters and the string must not contain a newline character.
See Also