Class Email

java.lang.Object
com.maxmind.minfraud.AbstractModel
com.maxmind.minfraud.request.Email

public final class Email extends AbstractModel
The email information for the transaction.
  • Method Details

    • getAddress

      public String 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 used Email.Builder.hashAddress() as well, or null if you did not set an email address.
    • getDomain

      public String getDomain()
      Returns:
      The domain of the email address used in the transaction.