Uses of Record Class
com.maxmind.minfraud.response.RiskScoreReason
Packages that use RiskScoreReason
-
Uses of RiskScoreReason in com.maxmind.minfraud.response
Methods in com.maxmind.minfraud.response that return types with arguments of type RiskScoreReasonModifier and TypeMethodDescriptionFactorsResponse.getRiskScoreReasons()Deprecated, for removal: This API element is subject to removal in a future version.FactorsResponse.riskScoreReasons()Returns the value of theriskScoreReasonsrecord component.Constructor parameters in com.maxmind.minfraud.response with type arguments of type RiskScoreReasonModifierConstructorDescriptionFactorsResponse(BillingAddress billingAddress, Phone billingPhone, CreditCard creditCard, Device device, Disposition disposition, Email email, Double fundsRemaining, UUID id, IpAddress ipAddress, Integer queriesRemaining, Double riskScore, List<RiskScoreReason> riskScoreReasons, ShippingAddress shippingAddress, Phone shippingPhone, List<Warning> warnings) Compact canonical constructor that sets defaults for null values.
FactorsResponse.riskScoreReasons()instead.