TransactionIdDetailsModel class

Constructors

TransactionIdDetailsModel({String? invoicenumber, bool? verificationstatus, bool? isRefund, double? amount, double? servicecharge, Servicechargedescription? servicechargedescription, TransactionSummary? transactionSummary, String? txnip, String? txniptrackervalue, int? isSuspicious, bool? isFraud, String? openingBalance, List<OsHistory>? osHistory, int? creditcardpaymentmodeid, List<TxnBankStatus>? txnBankStatus, int? sourceofTxn, int? id, DateTime? transactiondate, dynamic deletedAt, DateTime? created, DateTime? modified, int? transactionentityId, int? transactionmodeId, int? transactionstatusId, int? cardschemeid, String? hash, String? sadadId, int? receiverId})
TransactionIdDetailsModel.fromJson(Map<String, dynamic> json)
factory

Properties

amount double?
getter/setter pair
cardschemeid int?
getter/setter pair
created DateTime?
getter/setter pair
creditcardpaymentmodeid int?
getter/setter pair
deletedAt ↔ dynamic
getter/setter pair
hash String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
invoicenumber String?
getter/setter pair
isFraud bool?
getter/setter pair
isRefund bool?
getter/setter pair
isSuspicious int?
getter/setter pair
modified DateTime?
getter/setter pair
openingBalance String?
getter/setter pair
osHistory List<OsHistory>?
getter/setter pair
receiverId int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sadadId String?
getter/setter pair
servicecharge double?
getter/setter pair
servicechargedescription Servicechargedescription?
getter/setter pair
sourceofTxn int?
getter/setter pair
transactiondate DateTime?
getter/setter pair
transactionentityId int?
getter/setter pair
transactionmodeId int?
getter/setter pair
transactionstatusId int?
getter/setter pair
transactionSummary TransactionSummary?
getter/setter pair
txnBankStatus List<TxnBankStatus>?
getter/setter pair
txnip String?
getter/setter pair
txniptrackervalue String?
getter/setter pair
verificationstatus bool?
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