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

Constructors

MCC(int code)
Creates the MCC holder
const

Properties

code int
The MCC code (see ISO 18245)
final
color String

Available on MCC, provided by the VisualsMCC extension

Get possible color for use
no setter
emoji String

Available on MCC, provided by the EmojiMCC extension

Related emoji
no setter
english String

Available on MCC, provided by the EnglishMCC extension

Description in English. Empty string if not found
no 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/icons
no 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 found
no setter
ukrainian String

Available on MCC, provided by the UkrainianMCC extension

Description in Ukrainian. Empty string if not found
no setter
visuals Map<String, String>

Available on MCC, provided by the VisualsMCC extension

Get related visual assets as a map
no 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