Brand enum
This enumeration provides SDK supported card brands such as AMERICAN EXPRESS, MASTERCARD, VISA, DISCOVER, CHINA UNIONPAY, OCTOPUS, ECI and PAGOBANCOMAT.
Since API Level 1.1
Values
- AMERICANEXPRESS → const Brand
-
Card brand for AMERICAN EXPRESS.
- MASTERCARD → const Brand
-
Card brand for MASTERCARD.
- VISA → const Brand
-
Card brand for VISA.
- DISCOVER → const Brand
-
Card brand for DISCOVER.
- CHINAUNIONPAY → const Brand
-
Card brand for CHINA UNIONPAY.
- UNKNOWN_CARD → const Brand
-
Card brand is unknown.
- OCTOPUS → const Brand
-
Card brand for HK OCTOPUS.
- ECI → const Brand
-
Card brand for Spain ECI.
Since API Level 2.8
- PAGOBANCOMAT → const Brand
-
Card brand for Italy PagoBancomat.
Since API Level 2.11
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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