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