MergeHRISClient.Model.Company (MergeHRISClient v1.0.2) View Source

The Company Object ### Description The Company object is used to represent a Company. ### Usage Example Fetch from the LIST Companies endpoint and filter by ID to show all companies.

Link to this section Summary

Link to this section Types

Specs

t() :: %MergeHRISClient.Model.Company{
  display_name: String.t() | nil,
  eins: [String.t()] | nil,
  id: String.t() | nil,
  legal_name: String.t() | nil,
  remote_data: [MergeHRISClient.Model.RemoteData.t()] | nil,
  remote_id: String.t() | nil
}