Class Email
java.lang.Object
com.maxmind.minfraud.AbstractModel
com.maxmind.minfraud.request.Email
The email information for the transaction.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classBuildercreates instances ofEmailfrom values set by the builder's methods. -
Method Summary
Methods inherited from class AbstractModel
toJson, toString
-
Method Details
-
address
- Returns:
- The email address field to use in the transaction. This will be a valid email address
if you used
Email.Builder.address(String), an MD5 hash if you usedEmail.Builder.hashAddress()as well, or null if you did not set an email address.
-
domain
- Returns:
- The domain of the email address used in the transaction.
-