PaymentInitiationPaymentReverseResponse constructor
PaymentInitiationPaymentReverseResponse({
- required String refundId,
- required WalletTransactionStatus status,
- required String requestId,
Implementation
PaymentInitiationPaymentReverseResponse({
required this.refundId,
required this.status,
required this.requestId,
});