EMVCardLog class

Annotations
  • @JsonSerializable.new()

Constructors

EMVCardLog({bool? isAmountExist, int? amount, bool? isOtherAmountExist, int? otherAmount, bool? isDateExist, String? transDate, bool? isTimeExist, String? transTime, bool? isCountryCodeExist, String? countryCode, bool? isCurrencyExist, String? currencyCode, bool? isATCExist, String? ATC, bool? isTransTypeExist, int? transType, bool? isMerchNameExist, String? merchName, String? otherTLVLog})
EMVCardLog.fromJson(Map<String, dynamic> json)
factory

Properties

amount int?
getter/setter pair
ATC String?
getter/setter pair
countryCode String?
getter/setter pair
currencyCode String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isAmountExist bool?
getter/setter pair
isATCExist bool?
getter/setter pair
isCountryCodeExist bool?
getter/setter pair
isCurrencyExist bool?
getter/setter pair
isDateExist bool?
getter/setter pair
isMerchNameExist bool?
getter/setter pair
isOtherAmountExist bool?
getter/setter pair
isTimeExist bool?
getter/setter pair
isTransTypeExist bool?
getter/setter pair
merchName String?
getter/setter pair
otherAmount int?
getter/setter pair
otherTLVLog String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transDate String?
getter/setter pair
transTime String?
getter/setter pair
transType int?
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