TransactionData class

Constructors

TransactionData({String? acqMid, String? acqTid, String? action, String? batchNumber, String? edcAddress, String? msg, String? posAddress, String? status, String? transactionDate})
TransactionData.fromJson(dynamic json)

Properties

acqMid String?
getter/setter pair
acqTid String?
getter/setter pair
action String?
getter/setter pair
batchNumber String?
getter/setter pair
edcAddress String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
msg String?
getter/setter pair
posAddress String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
getter/setter pair
transactionDate 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