Uses of Class
com.maxmind.minfraud.response.Device
-
Packages that use Device Package Description com.maxmind.minfraud.response -
-
Uses of Device in com.maxmind.minfraud.response
Methods in com.maxmind.minfraud.response that return Device Modifier and Type Method Description Device
InsightsResponse. getDevice()
Constructors in com.maxmind.minfraud.response with parameters of type Device Constructor Description 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)
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)
-