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