Click or drag to resize

ScoreRiskScore Property

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
Syntax
public Nullable<double> RiskScore { get; }

Property Value

Type: NullableDouble
See Also