Class Issuer

java.lang.Object
com.maxmind.minfraud.AbstractModel
com.maxmind.minfraud.response.Issuer

public final class Issuer extends AbstractModel
This class contains minFraud response data related to the credit card issuer.
  • Constructor Details

    • Issuer

      public Issuer(Boolean matchesProvidedName, Boolean matchesProvidedPhoneNumber, String name, String phoneNumber)
    • Issuer

      public Issuer()
  • Method Details

    • getName

      public String getName()
      Returns:
      The name of the bank which issued the credit card.
    • matchesProvidedName

      public Boolean matchesProvidedName()
      Returns:
      This returns true if the name matches the name provided in the request for the card issuer. It returns false if the name does not match. It returns null if either no name or issuer ID number (IIN) was provided in the request or if MaxMind does not have a name associated with the IIN.
    • getPhoneNumber

      public String getPhoneNumber()
      Returns:
      The phone number of the bank which issued the credit card. In some cases the phone number we return may be out of date.
    • matchesProvidedPhoneNumber

      public Boolean matchesProvidedPhoneNumber()
      Returns:
      This returns true if the phone number matches the number provided in the request for the card issuer. It returns false if the number does not match. It returns null if either no phone number or issuer ID number (IIN) was provided in the request or if MaxMind does not have a phone number associated with the IIN.