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
public class InsightsResponse extends ScoreResponse
This class provides a model for the minFraud Insights response.
-
-
Constructor Summary
Constructors Constructor Description 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BillingAddressgetBillingAddress()CreditCardgetCreditCard()DevicegetDevice()EmailgetEmail()IpAddressgetIpAddress()ShippingAddressgetShippingAddress()-
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 Detail
-
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 Detail
-
getIpAddress
public IpAddress getIpAddress()
- Overrides:
getIpAddressin classScoreResponse- Returns:
- The
IpAddressmodel object.
-
getCreditCard
public CreditCard getCreditCard()
- Returns:
- The
CreditCardmodel object.
-
getDevice
public Device getDevice()
- Returns:
- The
Devicemodel object.
-
getEmail
public Email getEmail()
- Returns:
- The
Emailmodel object.
-
getShippingAddress
public ShippingAddress getShippingAddress()
- Returns:
- The
ShippingAddressmodel object.
-
getBillingAddress
public BillingAddress getBillingAddress()
- Returns:
- The
BillingAddressmodel object.
-
-