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

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