{
"bankPayments": "double",
"employeeId": "int32",
"esct": "double",
"expenses": {
"<key>": "double"
},
"externalId": "string",
"firstName": "string",
"grossEarnings": {
"<key>": "double"
},
"kiwiSaverEmployee": "double",
"kiwiSaverEmployer": "double",
"netEarnings": "double",
"paye": "double",
"postTaxDeductions": {
"<key>": "double"
},
"preTaxDeductions": {
"<key>": "double"
},
"primaryLocation": "string",
"primaryLocationId": "int32",
"studentLoan": "double",
"studentLoanMandatory": "double",
"studentLoanVoluntary": "double",
"surname": "string",
"taxableEarnings": "double",
"totalExpenses": "double",
"totalGrossEarnings": "double",
"totalGrossPlusKiwiSaver": "double",
"totalHours": "double",
"totalPostTaxDeductions": "double",
"totalPreTaxDeductions": "double",
"totalTaxExemptEarnings": "double"
}
| Name | Type | Description |
|---|---|---|
| bankPayments | double | Decimal |
| employeeId | int32 | Int32 |
| esct | double | Decimal |
| expenses | object |
Dictionary |
| expenses.<key> | map of double | Decimal |
| externalId | string | String |
| firstName | string | String |
| grossEarnings | object |
Dictionary |
| grossEarnings.<key> | map of double | Decimal |
| kiwiSaverEmployee | double | Decimal |
| kiwiSaverEmployer | double | Decimal |
| netEarnings | double | Decimal |
| paye | double | Decimal |
| postTaxDeductions | object |
Dictionary |
| postTaxDeductions.<key> | map of double | Decimal |
| preTaxDeductions | object |
Dictionary |
| preTaxDeductions.<key> | map of double | Decimal |
| primaryLocation | string | String |
| primaryLocationId | int32 | Int32 |
| studentLoan | double | Decimal |
| studentLoanMandatory | double | Decimal |
| studentLoanVoluntary | double | Decimal |
| surname | string | String |
| taxableEarnings | double | Decimal |
| totalExpenses | double | Decimal |
| totalGrossEarnings | double | Decimal |
| totalGrossPlusKiwiSaver | double | Decimal |
| totalHours | double | Decimal |
| totalPostTaxDeductions | double | Decimal |
| totalPreTaxDeductions | double | Decimal |
| totalTaxExemptEarnings | double | Decimal |
Powered by DapperDox