LiabilitiesDefaultUpdateWebhook constructor

LiabilitiesDefaultUpdateWebhook({
  1. String? webhookType,
  2. String? webhookCode,
  3. String? itemId,
  4. Error? error,
  5. List<String>? accountIdsWithNewLiabilities,
  6. Object? accountIdsWithUpdatedLiabilities,
})

Implementation

LiabilitiesDefaultUpdateWebhook({
  this.webhookType,
  this.webhookCode,
  this.itemId,
  this.error,
  this.accountIdsWithNewLiabilities,
  this.accountIdsWithUpdatedLiabilities,
});