AssetsErrorWebhook constructor
AssetsErrorWebhook({
- required String webhookType,
- required String webhookCode,
- required PlaidError? error,
- required String assetReportId,
Implementation
AssetsErrorWebhook({
required this.webhookType,
required this.webhookCode,
required this.error,
required this.assetReportId,
});