MergeHRISClient.Model.PayrollRun (MergeHRISClient v1.0.3) View Source
The PayrollRun Object ### Description The PayrollRun object is used to represent a payroll run. This payroll run is not specific to an employee. ### 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,
remote_was_deleted: boolean() | nil,
run_state: RunStateEnum | nil,
run_type: RunTypeEnum | nil,
start_date: DateTime.t() | nil
}