Class Disposition
Model with the disposition set by custom rules.
In order to receive a disposition, you must be use the minFraud custom rules.
- MaxMind\MinFraud\Model\AbstractModel implements JsonSerializable
-
MaxMind\MinFraud\Model\Disposition
public
|
__get(),
__isset(),
jsonSerialize(),
safeArrayLookup()
|
public read-only
string|null
|
$action
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, |
public read-only
string|null
|
$reason
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, |