CustomInputsBuilderAdd Method (String, Int32) |
Add an int as a numeric custom input.
Namespace:
MaxMind.MinFraud.Request
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic void Add(
string key,
int value
)
Public Sub Add (
key As String,
value As Integer
)
public:
void Add(
String^ key,
int value
)
member Add :
key : string *
value : int -> unit
Parameters
- key
- Type: SystemString
The key for the numeric input defined in your account portal. - value
- Type: SystemInt32
The input value.
See Also