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

Plaid INVESTMENTS_TRANSACTIONS: DEFAULT_UPDATE webhooks schema

Link to this section Summary

Link to this section Types

Specs

t() :: %Plaid.Webhooks.InvestmentsTransactionsUpdate{
  canceled_investments_transactions: number(),
  error: Plaid.Error.t(),
  item_id: String.t(),
  new_investments_transactions: number(),
  webhook_code: String.t(),
  webhook_type: String.t()
}