Class Email
Model containing information about the email address.
- MaxMind\MinFraud\Model\AbstractModel implements JsonSerializable
-
MaxMind\MinFraud\Model\Email
public
|
__get(),
__isset(),
jsonSerialize(),
safeArrayLookup()
|
public read-only
string|null
|
$firstSeen
A date string (e.g. 2017-04-24) to identify the date an email address was first seen by MaxMind. This is expressed using the ISO 8601 date format. |
public read-only
boolean|null
|
$isFree
This property is true if MaxMind believes that this email is hosted by a free email provider such as Gmail or Yahoo! Mail. |
public read-only
boolean|null
|
$isHighRisk
This field is true if MaxMind believes that this email is likely to be used for fraud. Note that this is also factored into the overall risk_score in the response as well. |