Package com.maxmind.minfraud.response
Class FactorsResponse
java.lang.Object
com.maxmind.minfraud.AbstractModel
com.maxmind.minfraud.response.ScoreResponse
com.maxmind.minfraud.response.InsightsResponse
com.maxmind.minfraud.response.FactorsResponse
This class provides a model for the minFraud Factors response.
-
Constructor Summary
ConstructorsConstructorDescriptionFactorsResponse
(BillingAddress billingAddress, CreditCard creditCard, Device device, Disposition disposition, Email email, Double fundsRemaining, UUID id, IpAddress ipAddress, Integer queriesRemaining, Double riskScore, ShippingAddress shippingAddress, Subscores subscores, List<Warning> warnings) -
Method Summary
Methods inherited from class com.maxmind.minfraud.response.InsightsResponse
getBillingAddress, getCreditCard, getDevice, getEmail, getIpAddress, getShippingAddress
Methods inherited from class com.maxmind.minfraud.response.ScoreResponse
getDisposition, getFundsRemaining, getId, getQueriesRemaining, getRiskScore, getWarnings
Methods inherited from class com.maxmind.minfraud.AbstractModel
toJson, toString
-
Constructor Details
-
FactorsResponse
public FactorsResponse(BillingAddress billingAddress, CreditCard creditCard, Device device, Disposition disposition, Email email, Double fundsRemaining, UUID id, IpAddress ipAddress, Integer queriesRemaining, Double riskScore, ShippingAddress shippingAddress, Subscores subscores, List<Warning> warnings)
-
-
Method Details
-
getSubscores
- Returns:
- The
Subscores
model object containing the risk factor scores.
-