NewAccountsAvailableWebhook constructor

NewAccountsAvailableWebhook({
  1. String? webhookType,
  2. String? webhookCode,
  3. String? itemId,
  4. PlaidError? error,
  5. WebhookEnvironmentValues? environment,
})

Implementation

NewAccountsAvailableWebhook({
  this.webhookType,
  this.webhookCode,
  this.itemId,
  this.error,
  this.environment,
});