Network enum
Name of the card network through which the transaction was routed.
Values
- visa → const Network
-
Visa card.
- mastercard → const Network
-
Mastecard card.
- discover → const Network
-
Discover card.
- amex → const Network
-
American Express card.
- solo → const Network
-
Solo debit card.
- jcb → const Network
-
Japan Credit Bureau card.
- star → const Network
-
Military Star card.
- delta → const Network
-
Delta Airlines card.
- switch_ → const Network
-
Switch credit card.
- maestro → const Network
-
Maestro credit card.
- cbNationale → const Network
-
Carte Bancaire (CB) credit card.
- configoga → const Network
-
Configoga credit card.
- confidis → const Network
-
Confidis credit card.
- electron → const Network
-
Visa Electron credit card.
- cetelem → const Network
-
Cetelem credit card.
- chinaUnionPay → const Network
-
China union pay credit 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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited