Class Score
Class Score
- MaxMind\MinFraud\Model\AbstractModel
-
MaxMind\MinFraud\Model\Score
Direct known subclasses
MaxMind\MinFraud\Model\InsightsPackage: MaxMind\MinFraud\Model
Located at MinFraud/Model/Score.php
public
|
__get(),
safeArrayLookup()
|
public
integer
|
$creditsRemaining
The approximate number of service credits remaining on your account. |
public
string
|
$id
This is a UUID that identifies the minFraud request. Please use this ID in bug reports or support requests to MaxMind so that we can easily identify a particular request. |
public
float
|
$riskScore
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. |
public
array
|
$warnings
This array contains \MaxMind\MinFraud\Model\Warning Warning objects detailing issues with the request that was sent, such as invalid or unknown inputs. It is highly recommended that you check this array for issues when integrating the web service. |