ScreeningStatusUpdatedWebhook constructor
ScreeningStatusUpdatedWebhook({
- required String webhookType,
- required String webhookCode,
- required dynamic screeningId,
- required WebhookEnvironmentValues environment,
Implementation
ScreeningStatusUpdatedWebhook({
required this.webhookType,
required this.webhookCode,
required this.screeningId,
required this.environment,
});