View Source Plaid.Categories (plaid v3.3.0)

Functions for Plaid categories endpoint.

Link to this section Summary

Functions

Gets all categories.

Link to this section Types

@type config() :: %{required(atom()) => String.t() | keyword()}
@type error() :: {:error, Plaid.Error.t() | any()} | no_return()
@type t() :: %Plaid.Categories{
  categories: [Plaid.Categories.Category.t()],
  request_id: String.t()
}

Link to this section Functions

@spec get(config()) :: {:ok, t()} | error()

Gets all categories.