CardInfo class
交易卡信息
Constructors
Properties
- cardBrand → String?
-
卡品牌 (Visa, Mastercard, etc.)
final
- cardHolderName → String?
-
持卡人姓名
final
- cardType → CardType?
-
卡类型
final
- entryMode → EntryMode?
-
输入模式
final
- expirationMonth → String?
-
过期月份
final
- expirationYear → String?
-
过期年份
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- maskedCardNumber → String?
-
掩码卡号
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
-
toJson(
) → Map< String, dynamic> - Convert to JSON map
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited