RpayFailedResponse constructor
RpayFailedResponse({})
Implementation
RpayFailedResponse({
required this.status,
required this.desc,
required this.reason,
required this.orderId,
required this.paymentId,
});