Info constructor

Info({
  1. int? iD,
  2. String? mobileNumber,
  3. double? amount,
  4. String? iFSC,
  5. String? accountNumber,
  6. String? mMID,
  7. String? mobile,
  8. String? insertDatetime,
  9. String? status,
  10. int? mM,
  11. int? yYYY,
  12. String? rRN,
  13. bool? sMSSent,
  14. String? orderID,
  15. String? msgId,
  16. String? orgId,
  17. String? prodType,
  18. String? tS,
  19. String? ver,
  20. String? custRef,
  21. String? txnid,
  22. String? initiationMode,
  23. String? note,
  24. String? purpose,
  25. String? refCategory,
  26. String? refId,
  27. String? txntype,
  28. String? addr,
  29. String? code,
  30. String? name,
  31. String? seqNum,
  32. String? payertype,
  33. String? cardAccpTrId,
  34. String? cardAccIdCode,
  35. String? deviceMobile,
  36. String? deviceLOCATION,
  37. String? payerMMID,
  38. String? payerMOBNUM,
  39. String? payerIFSC,
  40. String? payerACTYPE,
  41. String? payerACNUM,
  42. String? credType,
  43. String? amountcurr,
  44. String? amountValue,
  45. String? payeecode,
  46. String? payeeseqNum,
  47. String? payeetype,
  48. String? payeeaddrType,
  49. String? detailIFSC,
  50. String? detailACNUM,
  51. String? detailMMID,
  52. String? detailMobile,
  53. String? detailACRYPE,
  54. String? txnresult,
  55. String? txnerrCode,
  56. String? respPayeeresult,
  57. String? respPayeeseqNum,
  58. String? respPayeeaddr,
  59. String? respPayeeregName,
  60. String? respPayeeacNum,
  61. String? respPayeeIFSC,
  62. String? respPayeecode,
  63. String? respPayeeaccType,
  64. String? respPayeesettAmount,
  65. String? respPayeeorgAmount,
  66. String? respPayeesettCurrency,
  67. String? respPayeeapprovalNum,
  68. String? respPayeerespCode,
  69. String? respPayeereversalRespCode,
  70. String? respPayerseqNum,
  71. String? respPayeraddr,
  72. String? respPayerregName,
  73. String? respPayeracNum,
  74. String? respPayerIFSC,
  75. String? respPayercode,
  76. String? respPayeraccType,
  77. String? respPayersettAmount,
  78. String? respPayerorgAmount,
  79. String? respPayersettCurrency,
  80. String? respPayerapprovalNum,
  81. String? respPayerrespCode,
  82. String? respPayerreversalRespCode,
  83. String? narration,
  84. String? uniqueID,
  85. int? accountHolderID,
})

Implementation

Info(
    {this.iD,
      this.mobileNumber,
      this.amount,
      this.iFSC,
      this.accountNumber,
      this.mMID,
      this.mobile,
      this.insertDatetime,
      this.status,
      this.mM,
      this.yYYY,
      this.rRN,
      this.sMSSent,
      this.orderID,
      this.msgId,
      this.orgId,
      this.prodType,
      this.tS,
      this.ver,
      this.custRef,
      this.txnid,
      this.initiationMode,
      this.note,
      this.purpose,
      this.refCategory,
      this.refId,
      this.txntype,
      this.addr,
      this.code,
      this.name,
      this.seqNum,
      this.payertype,
      this.cardAccpTrId,
      this.cardAccIdCode,
      this.deviceMobile,
      this.deviceLOCATION,
      this.payerMMID,
      this.payerMOBNUM,
      this.payerIFSC,
      this.payerACTYPE,
      this.payerACNUM,
      this.credType,
      this.amountcurr,
      this.amountValue,
      this.payeecode,
      this.payeeseqNum,
      this.payeetype,
      this.payeeaddrType,
      this.detailIFSC,
      this.detailACNUM,
      this.detailMMID,
      this.detailMobile,
      this.detailACRYPE,
      this.txnresult,
      this.txnerrCode,
      this.respPayeeresult,
      this.respPayeeseqNum,
      this.respPayeeaddr,
      this.respPayeeregName,
      this.respPayeeacNum,
      this.respPayeeIFSC,
      this.respPayeecode,
      this.respPayeeaccType,
      this.respPayeesettAmount,
      this.respPayeeorgAmount,
      this.respPayeesettCurrency,
      this.respPayeeapprovalNum,
      this.respPayeerespCode,
      this.respPayeereversalRespCode,
      this.respPayerseqNum,
      this.respPayeraddr,
      this.respPayerregName,
      this.respPayeracNum,
      this.respPayerIFSC,
      this.respPayercode,
      this.respPayeraccType,
      this.respPayersettAmount,
      this.respPayerorgAmount,
      this.respPayersettCurrency,
      this.respPayerapprovalNum,
      this.respPayerrespCode,
      this.respPayerreversalRespCode,
      this.narration,
      this.uniqueID,
      this.accountHolderID});