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

Plaid Asset Report schema

Link to this section Summary

Link to this section Types

Specs

t() :: %Plaid.AssetReport.Report{
  asset_report_id: String.t(),
  client_report_id: String.t(),
  date_generated: String.t(),
  days_requested: non_neg_integer(),
  items: [Plaid.AssetReport.Report.Item.t()],
  user: Plaid.AssetReport.User.t()
}