ItemErrorWebhook constructor

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

Implementation

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