Class Device
Model with information about the device.
In order to receive device output from minFraud Insights or minFraud Factors, you must be using the Device Tracking Add-on.
- MaxMind\MinFraud\Model\AbstractModel implements JsonSerializable
-
MaxMind\MinFraud\Model\Device
Package: MaxMind\MinFraud\Model
Link: Device Tracking Add-on
Located at MinFraud/Model/Device.php
Methods summary
public
|
Methods inherited from MaxMind\MinFraud\Model\AbstractModel
__get()
,
__isset()
,
jsonSerialize()
,
safeArrayLookup()
Properties summary
Magic properties
public read-only
float|null
|
$confidence
This number represents our confidence that the |
public read-only
string|null
|
$id
A UUID that MaxMind uses for the device associated with this IP address. Note that many devices cannot be uniquely identified because they are too common (for example, all iPhones of a given model and OS release). In these cases, the minFraud service will simply not return a UUID for that device. |
public read-only
string|null
|
$lastSeen
This is the date and time of the last sighting of the device. This is an RFC 3339 date-time. |