{
"bankPayments": "double",
"employeeId": "int32",
"employerContribution": "double",
"expenses": {
"<key>": "double"
},
"externalId": "string",
"firstName": "string",
"grossEarnings": {
"<key>": "double"
},
"help": "double",
"netEarnings": "double",
"nonRescEmployerContribution": "double",
"payg": "double",
"postTaxDeductions": {
"<key>": "double"
},
"preTaxDeductions": {
"<key>": "double"
},
"primaryLocation": "string",
"primaryLocationId": "int32",
"sfss": "double",
"sgc": "double",
"surname": "string",
"taxableEarnings": "double",
"totalExpenses": "double",
"totalGrossEarnings": "double",
"totalGrossPlusSuper": "double",
"totalHours": "double",
"totalPostTaxDeductions": "double",
"totalPreTaxDeductions": "double",
"totalTaxExemptEarnings": "double"
}
| Name | Type | Description |
|---|---|---|
| bankPayments | double | Decimal |
| employeeId | int32 | Int32 |
| employerContribution | 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 |
| help | double | Decimal |
| netEarnings | double | Decimal |
| nonRescEmployerContribution | double | Decimal |
| payg | 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 |
| sfss | double | Decimal |
| sgc | double | Decimal |
| surname | string | String |
| taxableEarnings | double | Decimal |
| totalExpenses | double | Decimal |
| totalGrossEarnings | double | Decimal |
| totalGrossPlusSuper | double | Decimal |
| totalHours | double | Decimal |
| totalPostTaxDeductions | double | Decimal |
| totalPreTaxDeductions | double | Decimal |
| totalTaxExemptEarnings | double | Decimal |
Powered by DapperDox