PlaidEx.Webhooks.Schemas.TransactionsEvent (plaid_ex v1.0.0)

Copy Markdown View Source

TRANSACTIONS.INITIAL_UPDATE / HISTORICAL_UPDATE / DEFAULT_UPDATE webhook.

Summary

Types

t()

@type t() :: %PlaidEx.Webhooks.Schemas.TransactionsEvent{
  environment: String.t(),
  item_id: String.t(),
  new_transactions: integer(),
  removed_transactions: [String.t()],
  webhook_code: String.t(),
  webhook_type: String.t()
}

Functions

from_map(map)

@spec from_map(map()) :: t()