IncomeVerificationStatusWebhook constructor
IncomeVerificationStatusWebhook({})
Implementation
IncomeVerificationStatusWebhook({
required this.webhookType,
required this.webhookCode,
required this.itemId,
this.userId,
required this.verificationStatus,
required this.environment,
});