HistoricalUpdateWebhook constructor

HistoricalUpdateWebhook({
  1. String? webhookType,
  2. String? webhookCode,
  3. Error? error,
  4. double? newTransactions,
  5. String? itemId,
})

Implementation

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