EmployeePayRunTotal is used to calculte the employee pay run total
Name / Description | Type / Format | Example | |
---|---|---|---|
payrollCode
Payroll code of the employee
|
string
|
"string"
|
|
grossForNi
The amount of the Gross that is subject to NI
|
number
double
|
0.0
|
|
grossPensionPay
The amount of the Gross that is subject to PensionPay
|
number
double
|
0.0
|
|
employerPensionContribution
The value of the Pension Contribution being made by the Employer for this Employee
|
number
double
|
0.0
|
|
employerNi
The Employer NI Contribution amount
|
number
double
|
0.0
|
|
grossTaxablePay
The amount of the Gross that is subject to TaxablePay
|
number
double
|
0.0
|
|
employeeNi
The Employee NI Contribution amount
|
number
double
|
0.0
|
|
tax
The Employee Tax amount
|
number
double
|
0.0
|
|
studentLoanRecovered
The Employee Student Loan recovered amount
|
number
double
|
0.0
|
|
employeePension
The value of the Pension Contribution(PENSION) being made by the Employee as a Net Pay Arrangement
|
number
double
|
0.0
|
|
employeePensionContributionReliefAtSource
The value of employee pension contributions Relief At Source(PENSIONRAS) that are not paid under 'net pay arrangements'
|
number
double
|
0.0
|
|
employeePensionContributionSalarySacrifice
The value of the Pension Contribution Salary Sacrifice(PENSIONSS) being made by the Employee as a Salary Sacrifice
|
number
double
|
0.0
|
{
"payrollCode": "string",
"grossForNi": 0.0,
"grossPensionPay": 0.0,
"employerPensionContribution": 0.0,
"employerNi": 0.0,
"grossTaxablePay": 0.0,
"employeeNi": 0.0,
"tax": 0.0,
"studentLoanRecovered": 0.0,
"employeePension": 0.0,
"employeePensionContributionReliefAtSource": 0.0,
"employeePensionContributionSalarySacrifice": 0.0
}
- none -
- none -