plaid v1.1.0 Plaid.Categories

Functions for Plaid categories endpoint.

Link to this section Summary

Functions

Gets all categories

Link to this section Types

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

Link to this section Functions

Link to this function get()
get() :: {:ok, Plaid.Categories.t()} | {:error, Plaid.Error.t()}

Gets all categories.