toJson method
Implementation
Map<String, dynamic> toJson() => {
"base64image": base64image,
"marchantname": marchantname,
"datetime": datetime,
"terminalid": terminalid,
"merchantid": merchantid,
"transactiontype": transactiontype,
"accountname": accountname,
"copytype": copytype,
"rrn": rrn,
"stan": stan,
"pan": pan,
"expiry": expiry,
"accountnumber": accountnumber,
"bank": bank,
"transactionstatus": transactionstatus,
"responsecode": responsecode,
"message": message,
"appversion": appversion,
"amount": amount,
"bottommessage": bottommessage,
};