toJson method
Implementation
Map<String, dynamic> toJson() => {
"transaction_payment_status": transactionPaymentStatus,
"merchant_id": merchantId,
"orderid": orderid,
"ap_transactionid": apTransactionid,
"txn_mode": txnMode,
"chmod": chmod,
"amount": amount,
"currency_code": currencyCode,
"transaction_status": transactionStatus,
"message": message,
"bank_response_msg": bankResponseMsg,
"customer_name": customerName,
"customer_phone": customerPhone,
"customer_email": customerEmail,
"transaction_type": transactionType,
"risk": risk,
"custom_var": customVar,
"token": token,
"uid": uid,
"transaction_time": transactionTime,
"surcharge_amount": surchargeAmount,
"card_type": cardType,
"ap_securehash": apSecurehash,
};