{
"employeeId": "int32",
"employerContributions": "double",
"firstName": "string",
"grossEarnings": "double",
"location": "string",
"locationId": "int32",
"netEarnings": "double",
"paygWithholding": "double",
"superContributions": "double",
"surname": "string",
"taxableEarnings": "double",
"totalHours": "double"
}
| Name | Type | Description |
|---|---|---|
| employeeId | int32 | Int32 |
| employerContributions | double | Decimal |
| firstName | string | String |
| grossEarnings | double | Decimal |
| location | string | String |
| locationId | int32 | Int32 |
| netEarnings | double | Decimal |
| paygWithholding | double | Decimal |
| superContributions | double | Decimal |
| surname | string | String |
| taxableEarnings | double | Decimal |
| totalHours | double | Decimal |
Powered by DapperDox