Class Issuer


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

      • Issuer

        public Issuer()
    • Method Detail

      • 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.