Plaid.Categories (plaid v3.0.0) View Source

Functions for Plaid categories endpoint.

Link to this section Summary

Functions

Gets all categories.

Link to this section Types

Specs

config() :: %{required(atom()) => String.t() | keyword()}

Specs

error() :: {:error, Plaid.Error.t() | any()} | no_return()

Specs

t() :: %Plaid.Categories{
  categories: [Plaid.Categories.Category.t()],
  request_id: String.t()
}

Link to this section Functions

Specs

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

Gets all categories.