Click or drag to resize

Disposition Class

This object contains the disposition set by custom rules.
Inheritance Hierarchy
System.Object
  MaxMind.MinFraud.Response.Disposition

Namespace:  MaxMind.MinFraud.Response
Assembly:  MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 0.6.0
Syntax
public sealed class Disposition

The Disposition type exposes the following members.

Constructors
  NameDescription
Public methodDisposition
Initializes a new instance of the Disposition class
Top
Properties
  NameDescription
Public propertyAction
The action to take on the transaction as defined by your custom rules. The current set of values are "accept", "manual_review", and "reject". If you do not have custom rules set up, null will be returned.
Public propertyReason
The reason for the action. The current possible values are "custom_rule", "block_list", and "default". If you do not have custom rules set up, null will be returned.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides Object.ToString().)
Top
See Also