PaymentCardNetwork enum

Inheritance

Constructors

PaymentCardNetwork()
const

Values

unknown → const PaymentCardNetwork

The payment card network is unknown - 0.

amex → const PaymentCardNetwork

The payment card is part of the Amex network - 1.

dinersClub → const PaymentCardNetwork

The payment card is part of the DinersClub network - 2.

discover → const PaymentCardNetwork

The payment card is part of the Discover network - 3.

interPayment → const PaymentCardNetwork

The payment card is part of the InterPayment network - 4.

JCB → const PaymentCardNetwork

The payment card is part of the JCB network - 5.

maestro → const PaymentCardNetwork

The payment card is part of the Maestro network - 6.

mastercard → const PaymentCardNetwork

The payment card is part of the Mastercard network - 7.

mir → const PaymentCardNetwork

The payment card is part of the Mir network - 8.

troy → const PaymentCardNetwork

The payment card is part of the Troy network - 9.

unionpay → const PaymentCardNetwork

The payment card is part of the Unionpay network - 10.

visa → const PaymentCardNetwork

The payment card is part of the Visa network -11.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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

Constants

values → const List<PaymentCardNetwork>
A constant List of the values in this enum, in order of their declaration.