VerificationExpiredWebhook constructor

VerificationExpiredWebhook({
  1. String? webhookType,
  2. String? webhookCode,
  3. String? itemId,
  4. String? accountId,
})

Implementation

VerificationExpiredWebhook({
  this.webhookType,
  this.webhookCode,
  this.itemId,
  this.accountId,
});