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