InvestmentsDefaultUpdateWebhook constructor

InvestmentsDefaultUpdateWebhook({
  1. required String webhookType,
  2. required String webhookCode,
  3. required String itemId,
  4. PlaidError? error,
  5. required double newInvestmentsTransactions,
  6. required double canceledInvestmentsTransactions,
  7. required WebhookEnvironmentValues environment,
})

Implementation

InvestmentsDefaultUpdateWebhook({
  required this.webhookType,
  required this.webhookCode,
  required this.itemId,
  this.error,
  required this.newInvestmentsTransactions,
  required this.canceledInvestmentsTransactions,
  required this.environment,
});