CardBrand enum

Indicates a card's brand, such as VISA or MASTERCARD.

Inheritance

Constructors

CardBrand()
const

Values

otherBrand → const CardBrand

Card brand of type otherBrand

visa → const CardBrand

Card brand of type visa

mastercard → const CardBrand

Card brand of type mastercard

americanExpress → const CardBrand

Card brand of type americanExpress

discover → const CardBrand

Card brand of type discover

discoverDiners → const CardBrand

Card brand of type discoverDiners

jcb → const CardBrand

Card brand of type jcb

chinaUnionpay → const CardBrand

Card brand of type chinaUnionpay

squareGiftCard → const CardBrand

Card brand of type squareGiftCard

squareCapitalCard → const CardBrand

Card brand of type squareCapitalCard

interac → const CardBrand

Card brand of type interac

eftpos → const CardBrand

Card brand of type eftpos

felica → const CardBrand

Card brand of type felica

ebt → const CardBrand

Card brand of type ebt

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