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