EmployeePayRunTotal

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
{
  "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
}
Consumed by Operations

- none -

Returned by Operations

- none -