PaymentInitiationPaymentGetRequest constructor

PaymentInitiationPaymentGetRequest({
  1. String? clientId,
  2. String? secret,
  3. required String paymentId,
})

Implementation

PaymentInitiationPaymentGetRequest({
  this.clientId,
  this.secret,
  required this.paymentId,
});