minFraud PHP API v1.21.0

Domain extends AbstractModel
in package

This class provides the GeoIP2 Domain model.

Table of Contents

$domain  : string|null
$ipAddress  : string
$network  : string

Properties

$domain read-only

public string|null $domain

The second level domain associated with the IP address. This will be something like "example.com" or "example.co.uk", not "foo.example.com".

$ipAddress read-only

public string $ipAddress

The IP address that the data in the model is for.

$network read-only

public string $network

The network in CIDR notation associated with the record. In particular, this is the largest network where all of the fields besides $ipAddress have the same value.

Search results