toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
  "base64image": base64image,
  "marchantname": marchantname,
  "datetime": datetime,
  "terminalid": terminalid,
  "merchantid": merchantid,
  "transactiontype": transactiontype,
  "accountname": accountname,
  "businessaccountname": businessaccountname,
  "copytype": copytype,
  "marchantaddress": marchantaddress,
  "deviceid": deviceid,
  "rrn": rrn,
  "serialno": serialno,
  "stan": stan,
  "devicetype": devicetype,
  "paymentname": paymentname,
  "paymentcode": paymentcode,
  "phonenumber": phonenumber,
  "network": network,
  "description": description,
  "disco": disco,
  "meteraccname": meteraccname,
  "meterno": meterno,
  "token": token,
  "unit": unit,
  "address": address,
  "pan": pan,
  "expiry": expiry,
  "accountnumber": accountnumber,
  "bank": bank,
  "businessaccountnumber": businessaccountnumber,
  "businessbank": businessbank,
  "sessionid": sessionid,
  "transactionstatus": transactionstatus,
  "responsecode": responsecode,
  "message": message,
  "appversion": appversion,
  "amount": amount,
  "bottommessage": bottommessage,
};