minFraud PHP API v3.2.0-beta.2

Device
in package
implements JsonSerializable

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.

Tags
link

Device Tracking Add-on

Table of Contents

Interfaces

JsonSerializable

Properties

$confidence  : float|null
$id  : string|null
$lastSeen  : string|null
$localTime  : string|null

Methods

__construct()  : mixed
jsonSerialize()  : array<string, mixed>

Properties

$confidence read-only

public float|null $confidence

This number represents our confidence that the device_id refers to a unique device as opposed to a cluster of similar devices. A confidence of 0.01 indicates very low confidence that the device is unique, whereas 99 indicates very high confidence.

$id read-only

public string|null $id

a UUID that MaxMind uses for the device associated with this IP address

$lastSeen read-only

public string|null $lastSeen

This is the date and time of the last sighting of the device. This is an RFC 3339 date-time.

$localTime read-only

public string|null $localTime

This is the local date and time of the transaction in the time zone of the device. This is determined by using the UTC offset associated with the device. This is an RFC 3339 date-time

Methods

__construct()

public __construct(array<string, mixed>|null $response) : mixed
Parameters
$response : array<string, mixed>|null

jsonSerialize()

public jsonSerialize() : array<string, mixed>
Return values
array<string, mixed>

        
On this page

Search results