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 class
Builder
creates instances ofEmail
from values set by the builder's methods. -
Method Summary
Methods inherited from class com.maxmind.minfraud.AbstractModel
toJson, toString
-
Method Details
-
getAddress
- 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.
-
getDomain
- Returns:
- The domain of the email address used in the transaction.
-