ItemProductReadyWebhook constructor

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

Implementation

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