TransactionsRemovedWebhook constructor
TransactionsRemovedWebhook({
- required String webhookType,
- required String webhookCode,
- PlaidError? error,
- required List<
String> removedTransactions, - required String itemId,
- required WebhookEnvironmentValues environment,
Implementation
TransactionsRemovedWebhook({
required this.webhookType,
required this.webhookCode,
this.error,
required this.removedTransactions,
required this.itemId,
required this.environment,
});