View Source Plaid.AssetReport.AsyncResponse (elixir_plaid v1.2.1)

Plaid Asset Report schema used when generating asset reports.

Async because it only returns a token, the actual asset-report needs to be fetched after the proper webhook is received. See docs.

Link to this section Summary

Link to this section Types

Specs

t() :: %Plaid.AssetReport.AsyncResponse{
  asset_report_id: String.t(),
  asset_report_token: String.t(),
  request_id: String.t()
}