View Source Plaid.Employer.SearchResponse (elixir_plaid v1.2.1)

Plaid API /employers/search response schema.

Link to this section Summary

Link to this section Types

Specs

t() :: %Plaid.Employer.SearchResponse{
  employers: [Plaid.Employer.t()],
  request_id: String.t()
}