WebhookUpdateAcknowledgedWebhook constructor

WebhookUpdateAcknowledgedWebhook({
  1. required String webhookType,
  2. required String webhookCode,
  3. required String itemId,
  4. required String newWebhookUrl,
  5. PlaidError? error,
  6. required WebhookEnvironmentValues environment,
})

Implementation

WebhookUpdateAcknowledgedWebhook({
  required this.webhookType,
  required this.webhookCode,
  required this.itemId,
  required this.newWebhookUrl,
  this.error,
  required this.environment,
});