Class TransactionReport
java.lang.Object
com.maxmind.minfraud.AbstractModel
com.maxmind.minfraud.request.TransactionReport
The transaction information to report.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classBuildercreates instances ofTransactionReportfrom values set by the builder's methods.static enumThe enumerated tag types. -
Method Summary
Methods inherited from class AbstractModel
toJson, toString
-
Method Details
-
ipAddress
- Returns:
- The IP address used in the transaction.
-
tag
- Returns:
- The tag.
-
chargebackCode
- Returns:
- The chargeback code.
-
maxmindId
- Returns:
- The maxmind_id.
-
minfraudId
- Returns:
- The minfraud_id.
-
notes
- Returns:
- The notes.
-
transactionId
- Returns:
- The transaction_id.
-