CardInfo class

Card information from transaction

Constructors

CardInfo({String? maskedCardNumber, String? cardHolderName, CardType? cardType, String? expirationMonth, String? expirationYear, EntryMode? entryMode, String? cardBrand})
const
CardInfo.fromMap(Map<String, dynamic>? map)
factory

Properties

cardBrand String?
Card brand (Visa, Mastercard, etc.)
final
cardHolderName String?
Card holder name
final
cardType CardType?
Card type
final
entryMode EntryMode?
Entry mode
final
expirationMonth String?
Expiration month
final
expirationYear String?
Expiration year
final
hashCode int
The hash code for this object.
no setterinherited
maskedCardNumber String?
Masked card number
final
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
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited