PaymentInitiationPaymentReverseResponse constructor

PaymentInitiationPaymentReverseResponse({
  1. required String refundId,
  2. required WalletTransactionStatus status,
  3. required String requestId,
})

Implementation

PaymentInitiationPaymentReverseResponse({
  required this.refundId,
  required this.status,
  required this.requestId,
});