EmailDomain
in package
implements
JsonSerializable
Model containing information about the email domain.
Table of Contents
Interfaces
- JsonSerializable
Properties
- $classification : string|null
- $firstSeen : string|null
- $risk : float|null
- $visit : EmailDomainVisit
- $volume : float|null
Methods
- __construct() : mixed
- jsonSerialize() : array<string, mixed>
Properties
$classification read-only
public
string|null
$classification
The classification of the email domain. Possible values are:
business- Business domaineducation- Educational institution domaingovernment- Government domainisp_email- ISP email provider domain
$firstSeen read-only
public
string|null
$firstSeen
A date string (e.g. 2017-04-24) to identify the date an email domain was first seen by MaxMind. This is expressed using the ISO 8601 date format.
$risk read-only
public
float|null
$risk
The risk associated with the email domain. The value ranges from 0.01 to 99. A higher score indicates higher risk.
$visit read-only
public
EmailDomainVisit
$visit
an object containing information about an automated visit to the email domain
$volume read-only
public
float|null
$volume
This field indicates how much activity is seen on the email domain across the minFraud network, expressed in sightings per million. The value ranges from 0.001 to 1,000,000.
Methods
__construct()
public
__construct(array<string, mixed>|null $response) : mixed
Parameters
- $response : array<string, mixed>|null
jsonSerialize()
public
jsonSerialize() : array<string, mixed>