AssetsErrorWebhook constructor

AssetsErrorWebhook({
  1. required String webhookType,
  2. required String webhookCode,
  3. required PlaidError? error,
  4. required String assetReportId,
})

Implementation

AssetsErrorWebhook({
  required this.webhookType,
  required this.webhookCode,
  required this.error,
  required this.assetReportId,
});