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

Plaid HOLDINGS: DEFAULT_UPDATE webhooks schema

Link to this section Summary

Link to this section Types

Specs

t() :: %Plaid.Webhooks.HoldingsUpdate{
  error: Plaid.Error.t(),
  item_id: String.t(),
  new_holdings: number(),
  updated_holdings: number(),
  webhook_code: String.t(),
  webhook_type: String.t()
}