toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
  "receivedpaymentpush": receivedpaymentpush,
  "receivedpaymentsms": receivedpaymentsms,
  "receivedpaymentemail": receivedpaymentemail,
  "transferpush": transferpush,
  "transfersms": transfersms,
  "transferemail": transferemail,
  "receivedorderspush": receivedorderspush,
  "receivedordersms": receivedordersms,
  "receivedorderemail": receivedorderemail,
  "receivedrequestforpaymentpush": receivedrequestforpaymentpush,
  "receivedrequestforpaymentsms": receivedrequestforpaymentsms,
  "receivedrequestforpaymentemail": receivedrequestforpaymentemail,
  "orderpush": orderpush,
  "ordersms": ordersms,
  "orderemail": orderemail,
  "lastloginip": lastloginip,
  "lastlogindatetime": lastlogindatetime?.toIso8601String(),
  "createdby": createdby,
  "modifiedby": modifiedby,
  "isplayasound": isplayasound,
  "isArabic": isArabic,
  "isInternational": isInternational,
  "maxaddfundamt": maxaddfundamt,
  "allowrecurringpayment": allowrecurringpayment,
  "reminderdays": reminderdays,
  "issavecreditcardajax": issavecreditcardajax,
  "isallowsecretkey": isallowsecretkey,
  "assignedoriginator": assignedoriginator,
  "isusercomission": isusercomission,
  "isinternationalcreditcard": isinternationalcreditcard,
  "allowcountries": allowcountries,
  "isdebitcardallowforwebcheckout": isdebitcardallowforwebcheckout,
  "allowCountryHistory": allowCountryHistory,
  "receiveotpvia": receiveotpvia,
  "isallowedtosavecard": isallowedtosavecard,
  "isallowedtodirectpayment": isallowedtodirectpayment,
  "isallowedtocybersourcevisa": isallowedtocybersourcevisa,
  "isallowedtocybersourcemastercard": isallowedtocybersourcemastercard,
  "isallowedtoapplepay": isallowedtoapplepay,
  "isallowedtogooglepay": isallowedtogooglepay,
  "isallowedtoamex": isallowedtoamex,
  "id": id,
  "userId": userId,
  "user": user?.toJson(),
};