View Source Plaid.Webhooks.TransactionsUpdate (elixir_plaid v1.2.1)
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() }