CreditCardDetail class

Credit card details -param {String} bin -param {String} lastFourDigit -param {int} yearExpiryDate -param {int} monthExpiryDate -param {String} card_token -param {String} cardId

Inheritance

Constructors

CreditCardDetail({String? cardToken, String? cardId, String? bin, String? lastFourDigit, int? yearExpiryDate, int? monthExpiryDate})

Properties

bin String?
getter/setter pair
cardId String?
getter/setter pair
cardToken String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
json Map<String, dynamic>
getter/setter pairinherited
lastFourDigit String?
getter/setter pair
monthExpiryDate int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
yearExpiryDate int?
getter/setter pair

Methods

getJson() Map<String, dynamic>
jsonStringParse() → dynamic
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseEnum(dynamic data, String key) → void
inherited
parseJson(dynamic data, String key) → void
inherited
parseObject(dynamic data, String key) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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