PaymentNetwork enum

One or more card networks that you support, also supported by the Apple / Google Pay.

Inheritance

Constructors

PaymentNetwork()
const

Values

visa → const PaymentNetwork

Available on Apple Pay and Google Pay

mastercard → const PaymentNetwork

Available on Apple Pay and Google Pay

amex → const PaymentNetwork

Available on Apple Pay and Google Pay

interac → const PaymentNetwork

Available on Apple Pay (iOS 9.2+) and Google Pay

discover → const PaymentNetwork

Available on Apple Pay (iOS 9.0+) and Google Pay

jcb → const PaymentNetwork

Available on Apple Pay (iOS 10.1+) and Google Pay

maestro → const PaymentNetwork

Available only on Apple Pay (iOS 12.0+)

electron → const PaymentNetwork

Available only on Apple Pay (iOS 12.0+)

mir → const PaymentNetwork

Available on Apple Pay and Google Pay (iOS 14.5+)

cartesbancarries → const PaymentNetwork

Available only on Apple Pay (iOS 10.3-11.0 carteBancaire, iOS 11.0-11.2 carteBancaires, 11.2+ cartesBancaires)

unionpay → const PaymentNetwork

Available only on Apple Pay (iOS 9.2+)

eftpos → const PaymentNetwork

Available only on Apple Pay (iOS 12.0+)

elo → const PaymentNetwork

Available only on Apple Pay (iOS 12.1.1+)

idcredit → const PaymentNetwork

Available only on Apple Pay (iOS 10.3+)

mada → const PaymentNetwork

Available only on Apple Pay (iOS 12.1.1+)

privatelabel → const PaymentNetwork

Available only on Apple Pay (iOS 9.0+)

quicpay → const PaymentNetwork

Available only on Apple Pay (iOS 10.3+)

suica → const PaymentNetwork

Available only on Apple Pay (iOS 10.1+)

vpay → const PaymentNetwork

Available only on Apple Pay (iOS 12.0+)

dankort → const PaymentNetwork

Available only on Apple Pay (iOS 15.1+)

nanaco → const PaymentNetwork

Available only on Apple Pay (iOS 15.0+)

waon → const PaymentNetwork

Available only on Apple Pay (iOS 15.0+)

girocard → const PaymentNetwork

Available only on Apple Pay (iOS 14.0+)

barcode → const PaymentNetwork

Available only on Apple Pay (iOS 14.0+)

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<PaymentNetwork>
A constant List of the values in this enum, in order of their declaration.