TransactionStatusResponse constructor
TransactionStatusResponse({})
Implementation
TransactionStatusResponse({
required this.merchantTxnId,
required this.trackingId,
required this.status,
required this.amount,
required this.remarks,
required this.message,
required this.metadata,
});