Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.72 KB

PayrollRun.md

File metadata and controls

20 lines (17 loc) · 1.72 KB

# PayrollRun

Properties

Name Type Description Notes
id string [optional] [readonly]
remote_id string The third-party API ID of the matching object. [optional]
created_at \DateTime [optional] [readonly]
modified_at \DateTime This is the datetime that this object was last updated by Merge [optional] [readonly]
run_state RunStateEnum The state of the payroll run * `PAID` - PAID * `DRAFT` - DRAFT * `APPROVED` - APPROVED * `FAILED` - FAILED * `CLOSED` - CLOSED [optional]
run_type RunTypeEnum The type of the payroll run * `REGULAR` - REGULAR * `OFF_CYCLE` - OFF_CYCLE * `CORRECTION` - CORRECTION * `TERMINATION` - TERMINATION * `SIGN_ON_BONUS` - SIGN_ON_BONUS [optional]
start_date \DateTime The day and time the payroll run started. [optional]
end_date \DateTime The day and time the payroll run ended. [optional]
check_date \DateTime The day and time the payroll run was checked. [optional]
remote_was_deleted bool Indicates whether or not this object has been deleted in the third party platform. [optional] [readonly]
field_mappings array<string,mixed> [optional] [readonly]
remote_data \MergeHRISClient\Model\RemoteData[] [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]