ItemErrorWebhook constructor

ItemErrorWebhook({
  1. String? webhookType,
  2. String? webhookCode,
  3. String? itemId,
  4. Error? error,
})

Implementation

ItemErrorWebhook({
  this.webhookType,
  this.webhookCode,
  this.itemId,
  this.error,
});