Class Transaction
java.lang.Object
com.maxmind.minfraud.AbstractModel
com.maxmind.minfraud.request.Transaction
Class representing the transaction to be sent to minFraud.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuildercreates instances of the parent class from values set by the builder's methods. -
Method Summary
Methods inherited from class AbstractModel
toJson, toString
-
Method Details
-
account
- Returns:
- The Account object.
-
billing
- Returns:
- The Billing object.
-
creditCard
- Returns:
- The CreditCard object.
-
customInputs
- Returns:
- The CustomInputs object.
-
device
- Returns:
- The Device object.
-
email
- Returns:
- The Email object.
-
event
- Returns:
- The Event object.
-
order
- Returns:
- The Order object.
-
payment
- Returns:
- The Payment object.
-
shipping
- Returns:
- The Shipping object.
-
shoppingCart
- Returns:
- A list of items in the shopping cart.
-