Plaid.Categories.GetResponse (elixir_plaid v0.1.8) View Source

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()
}