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 class
Builder
creates instances ofTransactionReport
from values set by the builder's methods.static enum
The enumerated tag types. -
Method Summary
Methods inherited from class com.maxmind.minfraud.AbstractModel
toJson, toString
-
Method Details
-
getIpAddress
- Returns:
- The IP address used in the transaction.
-
getTag
- Returns:
- The tag.
-
getChargebackCode
- Returns:
- The chargeback code.
-
getMaxmindId
- Returns:
- The maxmind_id.
-
getMinfraudId
- Returns:
- The minfraud_id.
-
getNotes
- Returns:
- The notes.
-
getTransactionId
- Returns:
- The transaction_id.
-