Package com.maxmind.minfraud.response
Class Subscores
java.lang.Object
com.maxmind.minfraud.response.Subscores
This class contains scores for many of the risk factors that are used to
calculate the overall risk score.
-
Constructor Summary
ConstructorsConstructorDescriptionSubscores
(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) -
Method Summary
Modifier and TypeMethodDescription
-
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) - 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()
-
-
Method Details
-
getAvsResult
- Returns:
- The risk associated with the AVS result. If present, this is a value in the range 0.01 to 99.
-
getBillingAddress
- Returns:
- The risk associated with the billing address. If present, this is a value in the range 0.01 to 99.
-
getBillingAddressDistanceToIpLocation
- 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
- 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
- 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
- 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
- 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
- Returns:
- The risk associated with the CVV result. If present, this is a value in the range 0.01 to 99.
-
getDevice
- Returns:
- The risk associated with the device. If present, this is a value in the range 0.01 to 99.
-
getEmailAddress
- Returns:
- The risk associated with the particular email address. If present, this is a value in the range 0.01 to 99.
-
getEmailDomain
- Returns:
- The general risk associated with the email domain. If present, this is a value in the range 0.01 to 99.
-
getEmailLocalPart
- 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
- 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
- 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
- Returns:
- The risk associated with the particular phone number. If present, this is a value in the range 0.01 to 99.
-
getShippingAddress
- Returns:
- The risk associated with the shipping address. If present, this is a value in the range 0.01 to 99.
-
getShippingAddressDistanceToIpLocation
- 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
- 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.
-