Plaid.Categories (plaid v2.5.0) View Source
Functions for Plaid categories endpoint.
Link to this section Summary
Functions
Gets all categories.
Link to this section Types
Specs
Specs
t() :: %Plaid.Categories{
categories: [Plaid.Categories.Category.t()],
request_id: String.t()
}
Link to this section Functions
Specs
get(config() | nil) :: {:ok, t()} | {:error, Plaid.Error.t()}
Gets all categories.