PaymentInitiationPaymentReverseRequest constructor
PaymentInitiationPaymentReverseRequest({})
Implementation
PaymentInitiationPaymentReverseRequest({
this.clientId,
this.secret,
required this.paymentId,
required this.idempotencyKey,
required this.reference,
this.amount,
});