Plaid.Webhooks.Auth (elixir_plaid v0.1.7) View Source

Plaid auth webhooks schema

Used with AUTOMATICALLY_VERIFIED and VERIFICATION_EXPIRED webhooks.

Link to this section Summary

Link to this section Types

Specs

t() :: %Plaid.Webhooks.Auth{
  account_id: String.t(),
  item_id: String.t(),
  webhook_code: String.t(),
  webhook_type: String.t()
}