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