TransactionIdDetailsModel constructor

TransactionIdDetailsModel({
  1. String? invoicenumber,
  2. bool? verificationstatus,
  3. bool? isRefund,
  4. double? amount,
  5. double? servicecharge,
  6. Servicechargedescription? servicechargedescription,
  7. TransactionSummary? transactionSummary,
  8. String? txnip,
  9. String? txniptrackervalue,
  10. int? isSuspicious,
  11. bool? isFraud,
  12. String? openingBalance,
  13. List<OsHistory>? osHistory,
  14. int? creditcardpaymentmodeid,
  15. List<TxnBankStatus>? txnBankStatus,
  16. int? sourceofTxn,
  17. int? id,
  18. DateTime? transactiondate,
  19. dynamic deletedAt,
  20. DateTime? created,
  21. DateTime? modified,
  22. int? transactionentityId,
  23. int? transactionmodeId,
  24. int? transactionstatusId,
  25. int? cardschemeid,
  26. String? hash,
  27. String? sadadId,
  28. 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,
});