InvestmentsDefaultUpdateWebhook constructor
InvestmentsDefaultUpdateWebhook({
- required String webhookType,
- required String webhookCode,
- required String itemId,
- PlaidError? error,
- required double newInvestmentsTransactions,
- required double canceledInvestmentsTransactions,
- 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,
});