TransactionsRemovedWebhook constructor

TransactionsRemovedWebhook({
  1. String? webhookType,
  2. String? webhookCode,
  3. Error? error,
  4. List<String>? removedTransactions,
  5. String? itemId,
})

Implementation

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