Class Subscores

java.lang.Object
com.maxmind.minfraud.response.Subscores

public final class Subscores extends Object
This class contains scores for many of the risk factors that are used to calculate the overall risk score.
  • 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

      public Double getAvsResult()
      Returns:
      The risk associated with the AVS result. If present, this is a value in the range 0.01 to 99.
    • getBillingAddress

      public Double getBillingAddress()
      Returns:
      The risk associated with the billing address. If present, this is a value in the range 0.01 to 99.
    • getBillingAddressDistanceToIpLocation

      public Double 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

      public Double 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

      public Double 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

      public Double 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

      public Double 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

      public Double getCvvResult()
      Returns:
      The risk associated with the CVV result. If present, this is a value in the range 0.01 to 99.
    • getDevice

      public Double getDevice()
      Returns:
      The risk associated with the device. If present, this is a value in the range 0.01 to 99.
    • getEmailAddress

      public Double getEmailAddress()
      Returns:
      The risk associated with the particular email address. If present, this is a value in the range 0.01 to 99.
    • getEmailDomain

      public Double getEmailDomain()
      Returns:
      The general risk associated with the email domain. If present, this is a value in the range 0.01 to 99.
    • getEmailLocalPart

      public Double 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

      public Double 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

      public Double 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

      public Double getPhoneNumber()
      Returns:
      The risk associated with the particular phone number. If present, this is a value in the range 0.01 to 99.
    • getShippingAddress

      public Double getShippingAddress()
      Returns:
      The risk associated with the shipping address. If present, this is a value in the range 0.01 to 99.
    • getShippingAddressDistanceToIpLocation

      public Double 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

      public Double 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.