Package com.maxmind.minfraud.response
Class InsightsResponse
java.lang.Object
com.maxmind.minfraud.AbstractModel
com.maxmind.minfraud.response.ScoreResponse
com.maxmind.minfraud.response.InsightsResponse
- Direct Known Subclasses:
FactorsResponse
This class provides a model for the minFraud Insights response.
-
Constructor Summary
ConstructorsConstructorDescriptionInsightsResponse
(BillingAddress billingAddress, CreditCard creditCard, Device device, Disposition disposition, Email email, Double fundsRemaining, UUID id, IpAddress ipAddress, Integer queriesRemaining, Double riskScore, ShippingAddress shippingAddress, List<Warning> warnings) -
Method Summary
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
-
InsightsResponse
public InsightsResponse(BillingAddress billingAddress, CreditCard creditCard, Device device, Disposition disposition, Email email, Double fundsRemaining, UUID id, IpAddress ipAddress, Integer queriesRemaining, Double riskScore, ShippingAddress shippingAddress, List<Warning> warnings)
-
-
Method Details
-
getIpAddress
- Overrides:
getIpAddress
in classScoreResponse
- Returns:
- The
IpAddress
model object.
-
getCreditCard
- Returns:
- The
CreditCard
model object.
-
getDevice
- Returns:
- The
Device
model object.
-
getEmail
- Returns:
- The
Email
model object.
-
getShippingAddress
- Returns:
- The
ShippingAddress
model object.
-
getBillingAddress
- Returns:
- The
BillingAddress
model object.
-