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