AutomaticallyVerifiedWebhook constructor

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

Implementation

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