Transaction class

Constructors

Transaction(String id, String? refId, String? orderCode, TransactionType txnType, String txnTypeText, String? txnDesc, AccountingType accountingType, Status? status, int point, int createdAt, String createdBy, int networkId, String networkName, String? merchantCode, String? merchantName, String? terminalCode, String? terminalName, String? terminalAddress)

Properties

accountingType AccountingType
final
createdAt int
final
createdBy String
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
merchantCode String?
final
merchantName String?
final
networkId int
final
networkName String
final
orderCode String?
final
point int
final
refId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status Status?
final
terminalAddress String?
final
terminalCode String?
final
terminalName String?
final
txnDesc String?
final
txnType TransactionType
final
txnTypeText String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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