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

Copy Markdown View Source

AUTH webhook payload (AUTOMATICALLY_VERIFIED, VERIFICATION_EXPIRED).

Summary

Types

t()

@type t() :: %PlaidEx.Webhooks.Schemas.AuthEvent{
  account_id: 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()