copyWith method

Implementation

PaymentInitiationConsentRevokeResponse copyWith({String? requestId}) {
  return PaymentInitiationConsentRevokeResponse(
      requestId: requestId ?? this.requestId);
}