{
"employeeId": "int32",
"employerLiabilities": "currency",
"esctContributionAmount": "currency",
"externalId": "string",
"firstName": "string",
"grossEarnings": "currency",
"grossPlusKiwiSaver": "currency",
"hours": "double",
"kiwiSaverEmployeeContributionAmount": "currency",
"kiwiSaverEmployerContributionAmount": "currency",
"location": "string",
"netEarnings": "currency",
"paye": "currency",
"postTaxDeductions": "currency",
"preTaxDeductions": "currency",
"studentLoan": "currency",
"studentLoanMandatoryAmount": "currency",
"studentLoanVoluntaryAmount": "currency",
"surname": "string",
"taxExemptEarnings": "currency",
"taxableEarnings": "currency"
}
Name | Type | Description |
---|---|---|
employeeId | int32 | Int32 |
employerLiabilities | currency | Decimal |
esctContributionAmount | currency | Decimal |
externalId | string | String |
firstName | string | String |
grossEarnings | currency | Decimal |
grossPlusKiwiSaver | currency | Decimal |
hours | double | Decimal |
kiwiSaverEmployeeContributionAmount | currency | Decimal |
kiwiSaverEmployerContributionAmount | currency | Decimal |
location | string | String |
netEarnings | currency | Decimal |
paye | currency | Decimal |
postTaxDeductions | currency | Object |
preTaxDeductions | currency | Decimal |
studentLoan | currency | Decimal |
studentLoanMandatoryAmount | currency | Decimal |
studentLoanVoluntaryAmount | currency | Decimal |
surname | string | String |
taxExemptEarnings | currency | Decimal |
taxableEarnings | currency | Decimal |
Powered by DapperDox