PaymentInitiationConsentRevokeResponse constructor

PaymentInitiationConsentRevokeResponse({
  1. String? requestId,
})

Implementation

PaymentInitiationConsentRevokeResponse({
  this.requestId,
});