Info.fromJson constructor

Info.fromJson(
  1. Map<String, dynamic> json
)

Implementation

Info.fromJson(Map<String, dynamic> json) {
  iD = json['ID'];
  mobileNumber = json['MobileNumber'];
  amount = json['Amount'];
  iFSC = json['IFSC'];
  accountNumber = json['AccountNumber'];
  mMID = json['MMID'];
  mobile = json['Mobile'];
  insertDatetime = json['InsertDatetime'];
  status = json['Status'];
  mM = json['MM'];
  yYYY = json['YYYY'];
  rRN = json['RRN'];
  sMSSent = json['SMSSent'];
  orderID = json['OrderID'];
  msgId = json['msgId'];
  orgId = json['orgId'];
  prodType = json['prodType'];
  tS = json['TS'];
  ver = json['ver'];
  custRef = json['custRef'];
  txnid = json['Txnid'];
  initiationMode = json['initiationMode'];
  note = json['note'];
  purpose = json['purpose'];
  refCategory = json['refCategory'];
  refId = json['refId'];
  txntype = json['Txntype'];
  addr = json['addr'];
  code = json['code'];
  name = json['name'];
  seqNum = json['seqNum'];
  payertype = json['Payertype'];
  cardAccpTrId = json['cardAccpTrId'];
  cardAccIdCode = json['cardAccIdCode'];
  deviceMobile = json['DeviceMobile'];
  deviceLOCATION = json['DeviceLOCATION'];
  payerMMID = json['PayerMMID'];
  payerMOBNUM = json['PayerMOBNUM'];
  payerIFSC = json['PayerIFSC'];
  payerACTYPE = json['PayerACTYPE'];
  payerACNUM = json['PayerACNUM'];
  credType = json['CredType'];
  amountcurr = json['Amountcurr'];
  amountValue = json['AmountValue'];
  payeecode = json['Payeecode'];
  payeeseqNum = json['PayeeseqNum'];
  payeetype = json['Payeetype'];
  payeeaddrType = json['PayeeaddrType'];
  detailIFSC = json['DetailIFSC'];
  detailACNUM = json['DetailACNUM'];
  detailMMID = json['DetailMMID'];
  detailMobile = json['DetailMobile'];
  detailACRYPE = json['DetailACRYPE'];
  txnresult = json['Txnresult'];
  txnerrCode = json['TxnerrCode'];
  respPayeeresult = json['RespPayeeresult'];
  respPayeeseqNum = json['RespPayeeseqNum'];
  respPayeeaddr = json['RespPayeeaddr'];
  respPayeeregName = json['RespPayeeregName'];
  respPayeeacNum = json['RespPayeeacNum'];
  respPayeeIFSC = json['RespPayeeIFSC'];
  respPayeecode = json['RespPayeecode'];
  respPayeeaccType = json['RespPayeeaccType'];
  respPayeesettAmount = json['RespPayeesettAmount'];
  respPayeeorgAmount = json['RespPayeeorgAmount'];
  respPayeesettCurrency = json['RespPayeesettCurrency'];
  respPayeeapprovalNum = json['RespPayeeapprovalNum'];
  respPayeerespCode = json['RespPayeerespCode'];
  respPayeereversalRespCode = json['RespPayeereversalRespCode'];
  respPayerseqNum = json['RespPayerseqNum'];
  respPayeraddr = json['RespPayeraddr'];
  respPayerregName = json['RespPayerregName'];
  respPayeracNum = json['RespPayeracNum'];
  respPayerIFSC = json['RespPayerIFSC'];
  respPayercode = json['RespPayercode'];
  respPayeraccType = json['RespPayeraccType'];
  respPayersettAmount = json['RespPayersettAmount'];
  respPayerorgAmount = json['RespPayerorgAmount'];
  respPayersettCurrency = json['RespPayersettCurrency'];
  respPayerapprovalNum = json['RespPayerapprovalNum'];
  respPayerrespCode = json['RespPayerrespCode'];
  respPayerreversalRespCode = json['RespPayerreversalRespCode'];
  narration = json['Narration'];
  uniqueID = json['UniqueID'];
  accountHolderID = json['AccountHolderID'];
}