View Source Plaid.Webhooks.ItemPendingExpiration (elixir_plaid v1.2.1)

Plaid webhooks ITEM: PENDING_EXPIRATION schema

Link to this section Summary

Link to this section Types

Specs

t() :: %Plaid.Webhooks.ItemPendingExpiration{
  consent_expiration_time: String.t(),
  item_id: String.t(),
  webhook_code: String.t(),
  webhook_type: String.t()
}