Class TransactionReport

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

public final class TransactionReport extends AbstractModel
The transaction information to report.
  • Method Details

    • getIpAddress

      public InetAddress getIpAddress()
      Returns:
      The IP address used in the transaction.
    • getTag

      public TransactionReport.Tag getTag()
      Returns:
      The tag.
    • getChargebackCode

      public String getChargebackCode()
      Returns:
      The chargeback code.
    • getMaxmindId

      public String getMaxmindId()
      Returns:
      The maxmind_id.
    • getMinfraudId

      public UUID getMinfraudId()
      Returns:
      The minfraud_id.
    • getNotes

      public String getNotes()
      Returns:
      The notes.
    • getTransactionId

      public String getTransactionId()
      Returns:
      The transaction_id.