toJson method
Implementation
Map<String, dynamic> toJson() => {
'app_id': appId,
'transaction_token': transactionToken,
'miniapp_order_id': miniappOrderId,
'amount': amount,
'currency': currency,
'status': status,
'hostapp_order_id': hostappOrderId,
'extra_params': extraParams
};