{
"bankPayments": "double",
"employeeId": "int32",
"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",
"totalHours": "double",
"totalPostTaxDeductions": "double",
"totalPreTaxDeductions": "double",
"totalTaxExemptEarnings": "double"
}
Name | Type | Description |
---|---|---|
bankPayments | double | Decimal |
employeeId | int32 | Int32 |
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 |
totalHours | double | Decimal |
totalPostTaxDeductions | double | Decimal |
totalPreTaxDeductions | double | Decimal |
totalTaxExemptEarnings | double | Decimal |
Powered by DapperDox