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, getShippingAddressMethods inherited from class com.maxmind.minfraud.response.ScoreResponse
getDisposition, getFundsRemaining, getId, getQueriesRemaining, getRiskScore, getWarningsMethods 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
Subscoresmodel object containing the risk factor scores.
-