View Source Plaid.Webhooks.AssetsError (elixir_plaid v1.2.1)

Plaid ASSETS: ERROR webhooks schema

Link to this section Summary

Link to this section Types

Specs

t() :: %Plaid.Webhooks.AssetsError{
  asset_report_id: String.t(),
  error: Plaid.Error.t(),
  webhook_code: String.t(),
  webhook_type: String.t()
}