minFraud PHP API v3.2.0-beta.2

ScoreIpAddress
in package
implements JsonSerializable

Model containing the IP address's risk for the Score response.

Table of Contents

Interfaces

JsonSerializable

Properties

$risk  : float|null

Methods

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

Properties

$risk read-only

public float|null $risk

This field contains the risk associated with the IP address. The value ranges from 0.01 to 99. A higher score indicates a higher risk.

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