Uses of Class
com.maxmind.minfraud.response.Warning
-
Packages that use Warning Package Description com.maxmind.minfraud.response -
-
Uses of Warning in com.maxmind.minfraud.response
Methods in com.maxmind.minfraud.response that return types with arguments of type Warning Modifier and Type Method Description List<Warning>
ScoreResponse. getWarnings()
Constructor parameters in com.maxmind.minfraud.response with type arguments of type Warning 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)
ScoreResponse(Disposition disposition, Double fundsRemaining, UUID id, ScoreIpAddress ipAddress, Integer queriesRemaining, Double riskScore, List<Warning> warnings)
-