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