InitialUpdateWebhook constructor

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

Implementation

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