View Source Plaid.Categories.GetResponse (elixir_plaid v1.2.1)

Plaid API /categories/get response schema.

Link to this section Summary

Link to this section Types

Specs

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