TransactionIdDetailsModel constructor
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,
Implementation
TransactionIdDetailsModel({
this.invoicenumber,
this.verificationstatus,
this.isRefund,
this.amount,
this.servicecharge,
this.servicechargedescription,
this.transactionSummary,
this.txnip,
this.txniptrackervalue,
this.isSuspicious,
this.isFraud,
this.openingBalance,
this.osHistory,
this.creditcardpaymentmodeid,
this.txnBankStatus,
this.sourceofTxn,
this.id,
this.transactiondate,
this.deletedAt,
this.created,
this.modified,
this.transactionentityId,
this.transactionmodeId,
this.transactionstatusId,
this.cardschemeid,
this.hash,
this.sadadId,
this.receiverId,
});