MergeHRISClient::EmployeePayrollRun
Name
Type
Description
Notes
id
String
[optional][readonly]
remote_id
String
The third-party API ID of the matching object.
[optional]
created_at
Time
The datetime that this object was created by Merge.
[optional][readonly]
modified_at
Time
The datetime that this object was modified by Merge.
[optional][readonly]
employee
String
The employee whose payroll is being run.
[optional]
payroll_run
String
The payroll being run.
[optional]
gross_pay
Float
The total earnings throughout a given period for an employee before any deductions are made.
[optional]
net_pay
Float
The take-home pay throughout a given period for an employee after deductions are made.
[optional]
start_date
Time
The day and time the payroll run started.
[optional]
end_date
Time
The day and time the payroll run ended.
[optional]
check_date
Time
The day and time the payroll run was checked.
[optional]
earnings
Array<Earning>
[optional][readonly]
deductions
Array<Deduction>
[optional][readonly]
taxes
Array<Tax>
[optional][readonly]
remote_was_deleted
Boolean
Indicates whether or not this object has been deleted in the third party platform.
[optional][readonly]
field_mappings
Object
[optional][readonly]
remote_data
Array<RemoteData>
[optional][readonly]
require 'merge_hris_client'
instance = MergeHRISClient ::EmployeePayrollRun . new (
id : fb8c55b6 -1 cb8 -4 b4c -9 fb6 -17924231619 d ,
remote_id : 19202938 ,
created_at : 2021 -09 -15 T00 :00Z ,
modified_at : 2021 -10 -16 T00 :00Z ,
employee : d2f972d0 -2526 -434 b -9409 -4 c3b468e08f0 ,
payroll_run : 35347 df1 -95e7 -46e2 -93 cc -66 f1191edca5 ,
gross_pay : 1342.67 ,
net_pay : 865.78 ,
start_date : 2020 -11 -08 T00 :00Z ,
end_date : 2020 -11 -09 T00 :00Z ,
check_date : 2020 -11 -10 T00 :00Z ,
earnings : [ { " ; employee_payroll_run " ; :" ; 35347 df1 -95e7 -46e2 -93 cc -66 f1191edca5 " ; , " ; amount " ; :1002 . 34 , " ; type " ; :" ; SALARY " ; } , { " ; employee_payroll_run " ; :" ; 35347 df1 -95e7 -46e2 -93 cc -66 f1191edca5 " ; , " ; amount " ; :8342 . 34 , " ; type " ; :" ; OVERTIME " ; } ] ,
deductions : [ { " ; employee_payroll_run " ; :" ; 35347 df1 -95e7 -46e2 -93 cc -66 f1191edca5 " ; , " ; name " ; :" ; Social Security " ; , " ; employee_deduction " ; :34 . 54 , " ; company_deduction " ; :78 . 78 } ] ,
taxes : [ { " ; employee_payroll_run " ; :" ; 35347 df1 -95e7 -46e2 -93 cc -66 f1191edca5 " ; , " ; name " ; :" ; California State Income Tax " ; , " ; amount " ; :100 . 25 , " ; employer_tax " ; :" ; False " ; } ] ,
remote_was_deleted : null ,
field_mappings : { " ; organization_defined_targets " ; :{ " ; custom_key " ; :" ; custom_value " ; } , " ; linked_account_defined_targets " ; :{ " ; custom_key " ; :" ; custom_value " ; } } ,
remote_data : [ { " ; path " ; :" ; /employee -payroll " ; , " ; data " ; :[ " ; Varies by platform " ; ] } ]
)