Uses of Class
com.maxmind.minfraud.AbstractModel
-
Packages that use AbstractModel Package Description com.maxmind.minfraud.request com.maxmind.minfraud.response -
-
Uses of AbstractModel in com.maxmind.minfraud.request
Subclasses of AbstractModel in com.maxmind.minfraud.request Modifier and Type Class Description class
AbstractLocation
This class represents the shared location behavior between Billing and Shipping.class
Account
Account related data for the minFraud requestclass
Billing
The billing information for the transaction.class
CreditCard
The credit card information for the transaction.class
CustomInputs
Custom inputs to be used in Custom Rules.class
Device
The device information for the transaction.class
Email
The email information for the transaction.class
Event
class
Order
The order information for the transaction.class
Payment
The payment information for the transaction.class
Shipping
The shipping information for the transaction.class
ShoppingCartItem
An item in the shopping cart.class
Transaction
Class representing the transaction to be sent to minFraud.class
TransactionReport
The transaction information to report. -
Uses of AbstractModel in com.maxmind.minfraud.response
Subclasses of AbstractModel in com.maxmind.minfraud.response Modifier and Type Class Description class
AbstractAddress
class
BillingAddress
This class contains minFraud response data related to the billing address.class
CreditCard
This class contains minFraud response data related to the credit card.class
Device
This class contains minFraud response data related to the device.class
Disposition
This class contains the disposition set by custom rules.class
Email
This class contains minFraud response data related to the email address.class
EmailDomain
This class contains minFraud response data related to the email domain.class
FactorsResponse
This class provides a model for the minFraud Factors response.class
InsightsResponse
This class provides a model for the minFraud Insights response.class
Issuer
This class contains minFraud response data related to the credit card issuer.class
ScoreResponse
This class represents the minFraud Score response.class
ShippingAddress
This class contains minFraud response data related to the shipping address.class
Warning
This class represents a warning returned by the web service.
-