plaid v1.8.0 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
t()
View Sourcet() :: %Plaid.Categories{ categories: [Plaid.Categories.Category.t()], request_id: String.t() }
Link to this section Functions
Link to this function
get(config \\ %{})
View Sourceget(config() | nil) :: {:ok, Plaid.Categories.t()} | {:error, Plaid.Error.t()}
Gets all categories.