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

The PayGroup Object ### Description The PayGroup object is used to represent Pay Group information that employees belong to. This is often referenced with an Employee object. ### Usage Example Fetch from the LIST PayGroup endpoint and filter by ID to show all pay group information.

Link to this section Summary

Link to this section Types

Specs

t() :: %MergeHRISClient.Model.PayGroup{
  id: String.t() | nil,
  pay_group_name: String.t() | nil,
  remote_data: [MergeHRISClient.Model.RemoteData.t()] | nil,
  remote_id: String.t() | nil
}