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

Plaid webhooks TRANSACTIONS: TRANSACTIONS_REMOVED schema

Link to this section Summary

Link to this section Types

Specs

t() :: %Plaid.Webhooks.TransactionsRemoved{
  error: Plaid.Error.t(),
  item_id: String.t(),
  removed_transactions: [String.t()],
  webhook_code: String.t(),
  webhook_type: String.t()
}