Click or drag to resize

CustomInputsBuilderAdd Method (String, Boolean)

Add a boolean custom input.

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

Parameters

key
Type: SystemString
The key for the boolean input defined in your account portal.
value
Type: SystemBoolean
The input value.
See Also