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

Plaid API /institutions/get response schema.

Link to this section Summary

Link to this section Types

Specs

t() :: %Plaid.Institutions.GetResponse{
  institutions: [Plaid.Institution.t()],
  request_id: String.t(),
  total: integer()
}