MergeHRISClient.Model.PayrollRun (MergeHRISClient v1.0.0) View Source

The PayrollRun Object ### Description The PayrollRun object is used to represent a payroll run. ### Usage Example Fetch from the LIST PayrollRuns endpoint and filter by ID to show all payroll runs.

Link to this section Summary

Link to this section Types

Specs

t() :: %MergeHRISClient.Model.PayrollRun{
  check_date: DateTime.t() | nil,
  end_date: DateTime.t() | nil,
  id: String.t() | nil,
  remote_data: [MergeHRISClient.Model.RemoteData.t()] | nil,
  remote_id: String.t() | nil,
  run_state: RunStateEnum | nil,
  run_type: RunTypeEnum | nil,
  start_date: DateTime.t() | nil
}