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