{
"bankPayments": "double",
"clearanceTax": "double",
"cpfEmployee": "double",
"cpfEmployer": "double",
"employeeId": "int32",
"employerVoluntaryCpf": "double",
"employerVoluntaryMediSave": "double",
"expenses": {
"<key>": "double"
},
"externalId": "string",
"firstName": "string",
"grossEarnings": {
"<key>": "double"
},
"netEarnings": "double",
"postTaxDeductions": {
"<key>": "double"
},
"preTaxDeductions": {
"<key>": "double"
},
"primaryLocation": "string",
"primaryLocationId": "int32",
"surname": "string",
"taxableEarnings": "double",
"totalExpenses": "double",
"totalGrossEarnings": "double",
"totalGrossPlusContributions": "double",
"totalHours": "double",
"totalPostTaxDeductions": "double",
"totalPreTaxDeductions": "double",
"totalTaxExemptEarnings": "double",
"totalWithheld": "double",
"withholdingTax": "double"
}
Name | Type | Description |
---|---|---|
bankPayments | double | Decimal |
clearanceTax | double | Decimal |
cpfEmployee | double | Decimal |
cpfEmployer | double | Decimal |
employeeId | int32 | Int32 |
employerVoluntaryCpf | double | Decimal |
employerVoluntaryMediSave | 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 |
netEarnings | 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 |
surname | string | String |
taxableEarnings | double | Decimal |
totalExpenses | double | Decimal |
totalGrossEarnings | double | Decimal |
totalGrossPlusContributions | double | Decimal |
totalHours | double | Decimal |
totalPostTaxDeductions | double | Decimal |
totalPreTaxDeductions | double | Decimal |
totalTaxExemptEarnings | double | Decimal |
totalWithheld | double | Decimal |
withholdingTax | double | Decimal |
Powered by DapperDox