{
    "amount": "double",
    "cpfEmployeeContributionAmount": "currency",
    "cpfEmployerContributionAmount": "currency",
    "datePaid": "date-time",
    "employeeId": "int32",
    "employerVoluntaryCpfAmount": "currency",
    "employerVoluntaryMediSaveAmount": "currency",
    "externalId": "string",
    "firstName": "string",
    "location": "string",
    "payCategory": "string",
    "payRun": "string",
    "rate": "double",
    "sdlContributionAmount": "currency",
    "surname": "string",
    "units": "double"
}
| Name | Type | Description | 
|---|---|---|
| amount | double | Decimal | 
| cpfEmployeeContributionAmount | currency | Decimal | 
| cpfEmployerContributionAmount | currency | Decimal | 
| datePaid | date-time | DateTime | 
| employeeId | int32 | Int32 | 
| employerVoluntaryCpfAmount | currency | Decimal | 
| employerVoluntaryMediSaveAmount | currency | Decimal | 
| externalId | string | String | 
| firstName | string | String | 
| location | string | String | 
| payCategory | string | String | 
| payRun | string | String | 
| rate | double | Decimal | 
| sdlContributionAmount | currency | Decimal | 
| surname | string | String | 
| units | double | Decimal | 
Powered by DapperDox