IncomeVerificationStatusWebhook constructor

IncomeVerificationStatusWebhook({
  1. String? webhookType,
  2. String? webhookCode,
  3. String? incomeVerificationId,
  4. String? verificationStatus,
})

Implementation

IncomeVerificationStatusWebhook({
  this.webhookType,
  this.webhookCode,
  this.incomeVerificationId,
  this.verificationStatus,
});