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.
Name | Type | Description | Notes |
---|---|---|---|
id | UUID | [optional] [readonly] | |
remoteId | String | The third-party API ID of the matching object. | [optional] |
runState | RunStateEnum | The state of the payroll run | [optional] |
runType | RunTypeEnum | The type of the payroll run | [optional] |
startDate | OffsetDateTime | The day and time the payroll run started. | [optional] |
endDate | OffsetDateTime | The day and time the payroll run ended. | [optional] |
checkDate | OffsetDateTime | The day and time the payroll run was checked. | [optional] |
remoteData | List<RemoteData> | [optional] [readonly] | |
remoteWasDeleted | Boolean | Indicates whether or not this object has been deleted on the third-party. | [optional] [readonly] |