Plaid.Webhooks.ItemUserPermissionRevoked (elixir_plaid v0.1.4) View Source

Plaid webhooks ITEM: USER_PERMISSION_REVOKED schema

Link to this section Summary

Link to this section Types

Specs

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