PayrollAnalysisCostBreakdownReportLine

Name / Description Type / Format Example
payrollCode string "string"
lastName string "string"
department StringDecimalKeyValuePair {StringDecimalKeyValuePair}
costCentre StringDecimalKeyValuePair {StringDecimalKeyValuePair}
employeeRoleAnalysisCategory object {object}
lines PayrollAnalysisCostBreakdownReportValue[] {PayrollAnalysisCostBreakdownReportValue}
totalPay number double 0.0
niablePay number double 0.0
pensionPay number double 0.0
niPercent number double 0.0
ersNi number double 0.0
pensionPercent number double 0.0
ersPension number double 0.0
taxablePay number double 0.0
taxablePercent number double 0.0
employeeNi number double 0.0
taxPaid number double 0.0
studentLoan number double 0.0
{
  "payrollCode": "string",
  "lastName": "string",
  "department": {
    "key": "string",
    "value": 0.0
  },
  "costCentre": {
    "key": "string",
    "value": 0.0
  },
  "employeeRoleAnalysisCategory": {},
  "lines": [
    {
      "qty": 0.0,
      "code": "string",
      "value": 0.0
    }
  ],
  "totalPay": 0.0,
  "niablePay": 0.0,
  "pensionPay": 0.0,
  "niPercent": 0.0,
  "ersNi": 0.0,
  "pensionPercent": 0.0,
  "ersPension": 0.0,
  "taxablePay": 0.0,
  "taxablePercent": 0.0,
  "employeeNi": 0.0,
  "taxPaid": 0.0,
  "studentLoan": 0.0
}
Consumed by Operations

- none -

Returned by Operations

- none -