HoldingsDefaultUpdateWebhook constructor

HoldingsDefaultUpdateWebhook({
  1. String? webhookType,
  2. String? webhookCode,
  3. String? itemId,
  4. Error? error,
  5. double? newHoldings,
  6. double? updatedHoldings,
})

Implementation

HoldingsDefaultUpdateWebhook({
  this.webhookType,
  this.webhookCode,
  this.itemId,
  this.error,
  this.newHoldings,
  this.updatedHoldings,
});