Uses of Record Class
com.maxmind.minfraud.response.Email
Packages that use Email
-
Uses of Email in com.maxmind.minfraud.response
Methods in com.maxmind.minfraud.response that return EmailModifier and TypeMethodDescriptionFactorsResponse.email()Returns the value of theemailrecord component.InsightsResponse.email()Returns the value of theemailrecord component.FactorsResponse.getEmail()Deprecated, for removal: This API element is subject to removal in a future version.InsightsResponse.getEmail()Deprecated, for removal: This API element is subject to removal in a future version.UseInsightsResponse.email()instead.Constructors in com.maxmind.minfraud.response with parameters of type EmailModifierConstructorDescriptionFactorsResponse(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.InsightsResponse(BillingAddress billingAddress, Phone billingPhone, CreditCard creditCard, Device device, Disposition disposition, Email email, Double fundsRemaining, UUID id, IpAddress ipAddress, Integer queriesRemaining, Double riskScore, ShippingAddress shippingAddress, Phone shippingPhone, List<Warning> warnings) Compact canonical constructor that sets defaults for null values.
FactorsResponse.email()instead.