Class Email
Model containing information about the email address.
- MaxMind\MinFraud\Model\AbstractModel implements JsonSerializable
-
MaxMind\MinFraud\Model\Email
Methods summary
public
|
Methods inherited from MaxMind\MinFraud\Model\AbstractModel
__get()
,
__isset()
,
jsonSerialize()
,
safeArrayLookup()
Properties summary
Magic properties
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. |