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

Copy Markdown View Source

SIGNAL.DEFAULT_UPDATE webhook payload.

Summary

Types

t()

@type t() :: %PlaidEx.Webhooks.Schemas.SignalEvent{
  environment: String.t(),
  webhook_code: String.t(),
  webhook_type: String.t()
}

Functions

from_map(map)

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