CustomInputsBuilderAdd Method (String, Int64) |
Add a long 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,
long value
)
Public Sub Add (
key As String,
value As Long
)
public:
void Add(
String^ key,
long long value
)
member Add :
key : string *
value : int64 -> unit
Parameters
- key
- Type: SystemString
The key for the numeric input defined in your account portal. - value
- Type: SystemInt64
The input. The value must be between -10^13 and 10^13,
exclusive.
See Also