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
hashCode int
The hash code for this object.
no setteroverride
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 ==(dynamic other) bool
Comparison operator
override