Click or drag to resize

CustomInputs.Builder.Add Method (String, Single)

Add a float as a numeric custom input.

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

Parameters

key
Type: System.String
The key for the numeric input defined in your account portal.
value
Type: System.Single
The input value. The value must be between -10^13 and 10^13, exclusive.
See Also