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 class
Builder
creates instances of the parent class from values set by the builder's methods. -
Method Summary
Methods inherited from class com.maxmind.minfraud.AbstractModel
toJson, toString
-
Method Details
-
getAccount
- Returns:
- The Account object.
-
getBilling
- Returns:
- The Billing object.
-
getCreditCard
- Returns:
- The CreditCard object.
-
getCustomInputs
- Returns:
- The CustomInputs object.
-
getDevice
- Returns:
- The Device object.
-
getEmail
- Returns:
- The Email object.
-
getEvent
- Returns:
- The Event object.
-
getOrder
- Returns:
- The Order object.
-
getPayment
- Returns:
- The Payment object.
-
getShipping
- Returns:
- The Shipping object.
-
getShoppingCart
- Returns:
- A list of items in the shopping cart.
-