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

Copy Markdown View Source

IDENTITY_VERIFICATION webhook payload.

Summary

Types

t()

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

Functions

from_map(map)

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