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

Plaid webhooks ITEM: WEBHOOK_UPDATE_ACKNOWLEDGED schema

Link to this section Summary

Link to this section Types

Specs

t() :: %Plaid.Webhooks.ItemWebhookUpdateAcknowledged{
  error: Plaid.Error.t(),
  item_id: String.t(),
  new_webhook_url: String.t(),
  webhook_code: String.t(),
  webhook_type: String.t()
}