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