Issuer enum

Supported BlinkCard card issuer values.

Inheritance

Constructors

Issuer()
const

Values

Other → const Issuer

Unidentified Card

AmericanExpress → const Issuer

The American Express Company Card

ChinaUnionPay → const Issuer

China UnionPay Card

Diners → const Issuer

Diners Club International Card

DiscoverCard → const Issuer

Discover Card

Elo → const Issuer

Elo card association

Jcb → const Issuer

The JCB Company Card

Maestro → const Issuer

Maestro Debit Card

Mastercard → const Issuer

Mastercard Inc. Card

RuPay → const Issuer

RuPay

Verve → const Issuer

Interswitch Verve Card

Visa → const Issuer

Visa Inc. Card

VPay → const Issuer

VPay

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<Issuer>
A constant List of the values in this enum, in order of their declaration.