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