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