ItemErrorWebhook constructor
ItemErrorWebhook({
- required String webhookType,
- required String webhookCode,
- required String itemId,
- required PlaidError? error,
- required WebhookEnvironmentValues environment,
Implementation
ItemErrorWebhook({
required this.webhookType,
required this.webhookCode,
required this.itemId,
required this.error,
required this.environment,
});