public class InsightsResponse extends ScoreResponse
Constructor and Description |
---|
InsightsResponse(BillingAddress billingAddress,
CreditCard creditCard,
Device device,
Email email,
Double fundsRemaining,
UUID id,
IpAddress ipAddress,
Integer queriesRemaining,
Double riskScore,
ShippingAddress shippingAddress,
List<Warning> warnings) |
Modifier and Type | Method and Description |
---|---|
BillingAddress |
getBillingAddress() |
CreditCard |
getCreditCard() |
Device |
getDevice() |
Email |
getEmail() |
IpAddress |
getIpAddress() |
ShippingAddress |
getShippingAddress() |
getFundsRemaining, getId, getQueriesRemaining, getRiskScore, getWarnings
toJson, toString
public InsightsResponse(BillingAddress billingAddress, CreditCard creditCard, Device device, Email email, Double fundsRemaining, UUID id, IpAddress ipAddress, Integer queriesRemaining, Double riskScore, ShippingAddress shippingAddress, List<Warning> warnings)
public IpAddress getIpAddress()
getIpAddress
in class ScoreResponse
IpAddress
model object.public CreditCard getCreditCard()
CreditCard
model object.public Device getDevice()
Device
model object.public Email getEmail()
Email
model object.public ShippingAddress getShippingAddress()
ShippingAddress
model object.public BillingAddress getBillingAddress()
BillingAddress
model object.Copyright © 2016 MaxMind, Inc.. All rights reserved.