This property contains the risk score, from 0.01 to 99. A
higher score indicates a higher risk of fraud.For example, a score of 20
indicates a 20% chance that a transaction is fraudulent.We never return a
risk score of 0, since all transactions have the possibility of being
fraudulent.Likewise we never return a risk score of 100.
Namespace:
MaxMind.MinFraud.Response
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic Nullable<double> RiskScore { get; }
Public ReadOnly Property RiskScore As Nullable(Of Double)
Get
public:
property Nullable<double> RiskScore {
Nullable<double> get ();
}
member RiskScore : Nullable<float> with get
Property Value
Type:
NullableDouble
See Also