Click or drag to resize

Disposition Class

This object contains the disposition set by custom rules.
Inheritance Hierarchy
SystemObject
  MaxMind.MinFraud.ResponseDisposition

Namespace:  MaxMind.MinFraud.Response
Assembly:  MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.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 (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also