EMVTransData class

Annotations
  • @JsonSerializable()

Constructors

EMVTransData.new({int? amount, int? otherAmount, int? transType, String? transDate, String? transTime, String? traceNo, bool? isSupportSM, bool? isCardAuth, bool? isForceOnline, bool? isSupportEC, bool? isSupportCVM, int? flow, int? channelType, Map<String, String>? extField})
EMVTransData.fromJson(Map<String, dynamic> json)
factory

Properties

amount int?
getter/setter pair
channelType int?
getter/setter pair
extField Map<String, String>?
getter/setter pair
flow int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isCardAuth bool?
getter/setter pair
isForceOnline bool?
getter/setter pair
isSupportCVM bool?
getter/setter pair
isSupportEC bool?
getter/setter pair
isSupportSM bool?
getter/setter pair
otherAmount int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
traceNo String?
getter/setter pair
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