Disposition.Reason Property |
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.
Namespace:
MaxMind.MinFraud.Response
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic string Reason { get; }
Public ReadOnly Property Reason As String
Get
public:
property String^ Reason {
String^ get ();
}
member Reason : string with get
Property Value
Type:
String
See Also