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