CustomInputsBuilder Class |
CustomInputs
Namespace: MaxMind.MinFraud.Request
The CustomInputsBuilder type exposes the following members.
Name | Description | |
---|---|---|
![]() | CustomInputsBuilder | Initializes a new instance of the CustomInputsBuilder class |
Name | Description | |
---|---|---|
![]() | Add(String, Boolean) |
Add a boolean custom input.
|
![]() | Add(String, Double) |
Add a double as a numeric custom input.
|
![]() | Add(String, Int32) |
Add an int as a numeric custom input.
|
![]() | Add(String, Int64) |
Add a long as a numeric custom input.
|
![]() | Add(String, Single) |
Add a float as a numeric custom input.
|
![]() | Add(String, String) |
Add a custom input string.
|
![]() | Build |
Build the CustomInputs |
![]() | Equals | (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the inputs.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |