plaid v1.7.3 Plaid.Categories View Source

Functions for Plaid categories endpoint.

Link to this section Summary

Functions

Gets all categories.

Link to this section Types

Link to this type

config()

View Source
config() :: %{required(atom()) => String.t()}
Link to this type

t()

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

Link to this section Functions

Link to this function

get(config \\ %{})

View Source
get(config() | nil) :: {:ok, Plaid.Categories.t()} | {:error, Plaid.Error.t()}

Gets all categories.