CardInfo class

Annotations
  • @JsonSerializable()

Constructors

CardInfo.new({String? cardType, int? cardStatus, String? cardNo, String? cardValidThru, String? cardHolderName, String? encTrack1, String? encTrack2, String? encTrack3, String? icData55, String? cardSequence, String? responseCode, String? comments, String? serviceCode, String? responseStatus})
CardInfo.fromJson(Map<String, dynamic> json)
factory

Properties

cardHolderName String?
getter/setter pair
cardNo String?
getter/setter pair
cardSequence String?
getter/setter pair
cardStatus int?
getter/setter pair
cardType String?
getter/setter pair
cardValidThru String?
getter/setter pair
comments String?
getter/setter pair
encTrack1 String?
getter/setter pair
encTrack2 String?
getter/setter pair
encTrack3 String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
icData55 String?
getter/setter pair
responseCode String?
getter/setter pair
responseStatus String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceCode 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.
override

Operators

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