java.lang.Object
com.maxmind.minfraud.response.Subscores
Deprecated.
This class contains scores for many of the risk factors that are used to calculate the overall
risk score.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Constructor forSubscores
.Subscores
(Double avsResult, Double billingAddress, Double billingAddressDistanceToIpLocation, Double browser, Double chargeback, Double country, Double countryMismatch, Double cvvResult, Double device, Double emailAddress, Double emailDomain, Double emailLocalPart, Double issuerIdNumber, Double orderAmount, Double phoneNumber, Double shippingAddress, Double shippingAddressDistanceToIpLocation, Double timeOfDay) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.
-
Constructor Details
-
Subscores
public Subscores(Double avsResult, Double billingAddress, Double billingAddressDistanceToIpLocation, Double browser, Double chargeback, Double country, Double countryMismatch, Double cvvResult, Double device, Double emailAddress, Double emailDomain, Double emailLocalPart, Double issuerIdNumber, Double orderAmount, Double phoneNumber, Double shippingAddress, Double shippingAddressDistanceToIpLocation, Double timeOfDay) Deprecated.- Parameters:
avsResult
- The AVS result risk factor score.billingAddress
- The billing address risk factor score.billingAddressDistanceToIpLocation
- The billing address distance to the IP location risk factor score.browser
- The browser risk factor score.chargeback
- The chargeback risk factor score.country
- The country risk factor score.countryMismatch
- The country mismatch risk factor score.cvvResult
- The CVV result risk factor score.device
- The device risk factor score.emailAddress
- The email address risk factor score.emailDomain
- The email domain risk factor score.emailLocalPart
- The risk factor score for the local part of the email.issuerIdNumber
- The IIN risk factor score.orderAmount
- The order amount risk factor score.phoneNumber
- The phone number risk factor score.shippingAddress
- The shipping addresss risk factor score.shippingAddressDistanceToIpLocation
- The shipping address distance to IP location risk factor score.timeOfDay
- The time of day risk factor score.
-
Subscores
public Subscores()Deprecated.Constructor forSubscores
.
-
-
Method Details
-
getAvsResult
Deprecated.- Returns:
- The risk associated with the AVS result. If present, this is a value in the range 0.01 to 99.
-
getBillingAddress
Deprecated.- Returns:
- The risk associated with the billing address. If present, this is a value in the range 0.01 to 99.
-
getBillingAddressDistanceToIpLocation
Deprecated.- Returns:
- The risk associated with the distance between the billing address and the location for the given IP address. If present, this is a value in the range 0.01 to 99.
-
getBrowser
Deprecated.- Returns:
- The risk associated with the browser attributes such as the User-Agent and Accept-Language. If present, this is a value in the range 0.01 to 99.
-
getChargeback
Deprecated.- Returns:
- Individualized risk of chargeback for the given IP address on your account and shop ID. This is only available to users sending chargeback data to MaxMind. If present, this is a value in the range 0.01 to 99.
-
getCountry
Deprecated.- Returns:
- The risk associated with the country the transaction originated from. If present, this is a value in the range 0.01 to 99.
-
getCountryMismatch
Deprecated.- Returns:
- The risk associated with the combination of IP country, card issuer country, billing country, and shipping country. If present, this is a value in the range 0.01 to 99.
-
getCvvResult
Deprecated.- Returns:
- The risk associated with the CVV result. If present, this is a value in the range 0.01 to 99.
-
getDevice
Deprecated.- Returns:
- The risk associated with the device. If present, this is a value in the range 0.01 to 99.
-
getEmailAddress
Deprecated.- Returns:
- The risk associated with the particular email address. If present, this is a value in the range 0.01 to 99.
-
getEmailDomain
Deprecated.- Returns:
- The general risk associated with the email domain. If present, this is a value in the range 0.01 to 99.
-
getEmailLocalPart
Deprecated.- Returns:
- The risk associated with the email address local part (the part of the email address before the @ symbol). If present, this is a value in the range 0.01 to 99.
-
getIssuerIdNumber
Deprecated.- Returns:
- The risk associated with the particular issuer ID number (IIN) given the billing location and the history of usage of the IIN on your account and shop ID. If present, this is a value in the range 0.01 to 99.
-
getOrderAmount
Deprecated.- Returns:
- The risk associated with the particular order amount for your account and shop ID. If present, this is a value in the range 0.01 to 99.
-
getPhoneNumber
Deprecated.- Returns:
- The risk associated with the particular phone number. If present, this is a value in the range 0.01 to 99.
-
getShippingAddress
Deprecated.- Returns:
- The risk associated with the shipping address. If present, this is a value in the range 0.01 to 99.
-
getShippingAddressDistanceToIpLocation
Deprecated.- Returns:
- The risk associated with the distance between the shipping address and the IP location for the given IP address. If present, this is a value in the range 0.01 to 99.
-
getTimeOfDay
Deprecated.- Returns:
- The risk associated with the local time of day of the transaction in the IP address location. If present, this is a value in the range 0.01 to 99.
-
RiskScoreReason
.