{
"employeeId": "int32",
"employerLiabilities": "currency",
"externalId": "string",
"firstName": "string",
"grossEarnings": "currency",
"grossPlusSuper": "currency",
"help": "currency",
"hours": "double",
"location": "string",
"netEarnings": "currency",
"payg": "currency",
"postTaxDeductions": "currency",
"preTaxDeductions": "currency",
"sfss": "currency",
"super": "currency",
"surname": "string",
"taxExemptEarnings": "currency",
"taxableEarnings": "currency"
}
Name | Type | Description |
---|---|---|
employeeId | int32 | Int32 |
employerLiabilities | currency | Decimal |
externalId | string | String |
firstName | string | String |
grossEarnings | currency | Decimal |
grossPlusSuper | currency | Decimal |
help | currency | Decimal |
hours | double | Decimal |
location | string | String |
netEarnings | currency | Decimal |
payg | currency | Decimal |
postTaxDeductions | currency | Object |
preTaxDeductions | currency | Decimal |
sfss | currency | Decimal |
super | currency | Decimal |
surname | string | String |
taxExemptEarnings | currency | Decimal |
taxableEarnings | currency | Decimal |
Powered by DapperDox