miniStatementInfo class

Constructors

miniStatementInfo({int? iD, String? trxnDate, String? transactionType, String? orderID, String? transactionID, String? referenceNo, String? transactionRemarks, String? credit, String? debit, String? balance, String? trxnStatus, dynamic parameterInfo, dynamic optional1, dynamic optional2, dynamic optional3, dynamic optional4, dynamic optional5, dynamic optional6, dynamic customerID, dynamic billerId, dynamic billerCategory})
miniStatementInfo.fromJson(Map<String, dynamic> json)

Properties

balance String?
getter/setter pair
billerCategory ↔ dynamic
getter/setter pair
billerId ↔ dynamic
getter/setter pair
credit String?
getter/setter pair
customerID ↔ dynamic
getter/setter pair
debit String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iD int?
getter/setter pair
optional1 ↔ dynamic
getter/setter pair
optional2 ↔ dynamic
getter/setter pair
optional3 ↔ dynamic
getter/setter pair
optional4 ↔ dynamic
getter/setter pair
optional5 ↔ dynamic
getter/setter pair
optional6 ↔ dynamic
getter/setter pair
orderID String?
getter/setter pair
parameterInfo ↔ dynamic
getter/setter pair
referenceNo String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transactionID String?
getter/setter pair
transactionRemarks String?
getter/setter pair
transactionType String?
getter/setter pair
trxnDate String?
getter/setter pair
trxnStatus 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