RpayFailedResponse constructor

RpayFailedResponse({
  1. required String status,
  2. required String desc,
  3. required String reason,
  4. required String orderId,
  5. required String paymentId,
})

Implementation

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