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 classAbstractLocationThis class represents the shared location behavior between Billing and Shipping.classAccountAccount related data for the minFraud requestclassBillingThe billing information for the transaction.classCreditCardThe credit card information for the transaction.classCustomInputsCustom inputs to be used in Custom Rules.classDeviceThe device information for the transaction.classEmailThe email information for the transaction.classEventclassOrderThe order information for the transaction.classPaymentThe payment information for the transaction.classShippingThe shipping information for the transaction.classShoppingCartItemAn item in the shopping cart.classTransactionClass representing the transaction to be sent to minFraud.classTransactionReportThe 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 classAbstractAddressclassBillingAddressThis class contains minFraud response data related to the billing address.classCreditCardThis class contains minFraud response data related to the credit card.classDeviceThis class contains minFraud response data related to the device.classDispositionThis class contains the disposition set by custom rules.classEmailThis class contains minFraud response data related to the email address.classEmailDomainThis class contains minFraud response data related to the email domain.classFactorsResponseThis class provides a model for the minFraud Factors response.classInsightsResponseThis class provides a model for the minFraud Insights response.classIssuerThis class contains minFraud response data related to the credit card issuer.classScoreResponseThis class represents the minFraud Score response.classShippingAddressThis class contains minFraud response data related to the shipping address.classWarningThis class represents a warning returned by the web service. 
 -