CardType class

Card type constants for use with allowedCardTypes in TransactionOptions

Card types can be either:

  • Card brands: VISA, MASTERCARD, AMEX, DISCOVER, etc.
  • Card account types: CREDIT, DEBIT, EBT_FOOD_STAMP, EBT_CASH_BENEFIT

Constructors

CardType()

Properties

hashCode int
The hash code for this object.
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

AMEX → const String
CREDIT → const String
DEBIT → const String
DISCOVER → const String
EBT_CASH_BENEFIT → const String
EBT_FOOD_STAMP → const String
MASTERCARD → const String
VISA → const String