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, getWarningsMethods 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:
getIpAddressin classScoreResponse- Returns:
- The
IpAddressmodel object.
-
getCreditCard
- Returns:
- The
CreditCardmodel object.
-
getDevice
- Returns:
- The
Devicemodel object.
-
getEmail
- Returns:
- The
Emailmodel object.
-
getShippingAddress
- Returns:
- The
ShippingAddressmodel object.
-
getBillingAddress
- Returns:
- The
BillingAddressmodel object.
-