{
"cpfEmployeeContribution": "double",
"cpfEmployerContribution": "double",
"employeeId": "int32",
"employerLiabilities": "double",
"externalId": "string",
"firstName": "string",
"grossEarnings": "double",
"hours": "double",
"location": "string",
"netEarnings": "double",
"postTaxDeductions": {},
"preTaxDeductions": "double",
"sdlContribution": "double",
"surname": "string",
"taxExemptEarnings": "double",
"taxableEarnings": "double",
"voluntaryEmployerContribution": "double",
"withheldAmount": "double"
}
Name | Type | Description |
---|---|---|
cpfEmployeeContribution | double | Decimal |
cpfEmployerContribution | double | Decimal |
employeeId | int32 | Int32 |
employerLiabilities | double | Decimal |
externalId | string | String |
firstName | string | String |
grossEarnings | double | Decimal |
hours | double | Decimal |
location | string | String |
netEarnings | double | Decimal |
postTaxDeductions | object | Object |
preTaxDeductions | double | Decimal |
sdlContribution | double | Decimal |
surname | string | String |
taxExemptEarnings | double | Decimal |
taxableEarnings | double | Decimal |
voluntaryEmployerContribution | double | Decimal |
withheldAmount | double | Decimal |
Powered by DapperDox