InvestmentsDefaultUpdateWebhook constructor

InvestmentsDefaultUpdateWebhook({
  1. String? webhookType,
  2. String? webhookCode,
  3. String? itemId,
  4. Error? error,
  5. double? newInvestmentsTransactions,
  6. double? canceledInvestmentsTransactions,
})

Implementation

InvestmentsDefaultUpdateWebhook({
  this.webhookType,
  this.webhookCode,
  this.itemId,
  this.error,
  this.newInvestmentsTransactions,
  this.canceledInvestmentsTransactions,
});