CardType enum
Card type enum
This library statically identifies card types to prevent your app from working with new unexpected ones
Values
- black → const CardType
-
Classic black card, including in foreign currencies
- white → const CardType
-
Debit white card
- platinum → const CardType
-
Monobank platinum card
Can have 3 colors, but there's no option to identify it
- iron → const CardType
-
Card of IRON BANK
- yellow → const CardType
-
Children card
Can have black design but still be identified as yellow one
- fop → const CardType
-
FOP
Account of an individual entrepreneur
- eAid → const CardType
-
"єПідтримка" card
Account for aid money from the Ukrainian government
- rebuilding → const CardType
-
"єВідновлення" card
Account for war time aid money from the Ukrainian government
- madeInUkraine → const CardType
-
"Зроблено в Україні" card
Account for national cashback program
- other → const CardType
-
Unknown card
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited