MCC class
Operation MCC code container
This code describes category of the transaction
Use extensions located in /mcc/extensions to add features
These are being distributed as dedicated extensions because they import quite large datasets for work
- Available extensions
Properties
- code → int
-
The MCC code (see ISO 18245)
final
- color → String
-
Available on MCC, provided by the VisualsMCC extension
Get possible color for useno setter - emoji → String
-
Available on MCC, provided by the EmojiMCC extension
Related emojino setter - english → String
-
Available on MCC, provided by the EnglishMCC extension
Description in English. Empty string if not foundno setter - hashCode → int
-
The hash code for this object.
no setteroverride
- icon → String
-
Available on MCC, provided by the VisualsMCC extension
Get Material icon name: https://material.io/iconsno setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- russian → String
-
Available on MCC, provided by the RussianMCC extension
Description in Russian. Empty string if not foundno setter - ukrainian → String
-
Available on MCC, provided by the UkrainianMCC extension
Description in Ukrainian. Empty string if not foundno setter -
visuals
→ Map<
String, String> -
Available on MCC, provided by the VisualsMCC extension
Get related visual assets as a mapno setter
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 -
Comparison operator
override