java.lang.Object
java.lang.Enum<Issuer>
com.microblink.blinkcard.entities.recognizers.blinkcard.Issuer
All Implemented Interfaces:
Serializable, Comparable<Issuer>, Constable

public enum Issuer extends Enum<Issuer>
Supported issuing institutions that issued the card to the card holder.
  • Enum Constant Details

    • Other

      public static final Issuer Other
    • AmericanExpress

      public static final Issuer AmericanExpress
    • ChinaUnionPay

      public static final Issuer ChinaUnionPay
    • Diners

      public static final Issuer Diners
    • DiscoverCard

      public static final Issuer DiscoverCard
    • Elo

      public static final Issuer Elo
    • Jcb

      public static final Issuer Jcb
    • Maestro

      public static final Issuer Maestro
    • Mastercard

      public static final Issuer Mastercard
    • RuPay

      public static final Issuer RuPay
    • Verve

      public static final Issuer Verve
    • Visa

      public static final Issuer Visa
    • VPay

      public static final Issuer VPay
  • Method Details

    • values

      public static Issuer[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Issuer valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null