Package com.maxmind.minfraud.request
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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTransactionReport.BuilderBuildercreates instances ofTransactionReportfrom values set by the builder's methods.static classTransactionReport.TagThe enumerated tag types.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChargebackCode()InetAddressgetIpAddress()StringgetMaxmindId()UUIDgetMinfraudId()StringgetNotes()TransactionReport.TaggetTag()StringgetTransactionId()-
Methods inherited from class com.maxmind.minfraud.AbstractModel
toJson, toString
-
-
-
-
Method Detail
-
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.
-
-