PaymentInitiationConsentRevokeRequest constructor

PaymentInitiationConsentRevokeRequest({
  1. String? clientId,
  2. String? secret,
  3. required String consentId,
})

Implementation

PaymentInitiationConsentRevokeRequest({
  this.clientId,
  this.secret,
  required this.consentId,
});