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

Copy Markdown View Source

Generic ITEM webhook (PENDING_EXPIRATION, USER_PERMISSION_REVOKED, etc.).

Summary

Types

t()

@type t() :: %PlaidEx.Webhooks.Schemas.ItemEvent{
  consent_expiration_time: String.t() | nil,
  environment: String.t(),
  item_id: String.t(),
  webhook_code: String.t(),
  webhook_type: String.t()
}

Functions

from_map(map)

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