Disposition Class |
Namespace: MaxMind.MinFraud.Response
The Disposition type exposes the following members.
| Name | Description | |
|---|---|---|
| Disposition | Initializes a new instance of the Disposition class |
| Name | Description | |
|---|---|---|
| Action |
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.
| |
| Reason |
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.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| ToString |
Returns a string that represents the current object.
(Overrides ObjectToString.) |