BankCard class

Constructors

BankCard({required String issuer, required String token, required String expiry, required String last4digits, required String id, String first6digits = '', String? country, String type = 'bankcard'})
BankCard.fromJson(Map json)
parses saved card object to BankCard
BankCard.fromMap(Map map, bool isV2)
This is used to parse the card object returned from the charge response. Use BankCard.fromJson to parse saved card object

Properties

country String?
getter/setter pair
expiry String
getter/setter pair
first6digits String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pair
issuer String
getter/setter pair
last4digits String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String
getter/setter pair
type String
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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