IdentityVerificationStepUpdatedWebhook constructor

IdentityVerificationStepUpdatedWebhook({
  1. required String webhookType,
  2. required String webhookCode,
  3. required dynamic identityVerificationId,
  4. required WebhookEnvironmentValues environment,
})

Implementation

IdentityVerificationStepUpdatedWebhook({
  required this.webhookType,
  required this.webhookCode,
  required this.identityVerificationId,
  required this.environment,
});