Plaid.Webhooks.TransactionsUpdate (elixir_plaid v0.1.7) View Source

Plaid webhooks transactions update schema

Used with INITIAL_UPDATE, HISTORICAL_UPDATE, and DEFAULT_UPDATE webhooks.

Link to this section Summary

Link to this section Types

Specs

t() :: %Plaid.Webhooks.TransactionsUpdate{
  error: Plaid.Error.t(),
  item_id: String.t(),
  new_transactions: number(),
  webhook_code: String.t(),
  webhook_type: String.t()
}