{
    "cpfEmployerContribution": "double",
    "locationId": "int32",
    "locationName": "string",
    "payCategories": {
        "<key>": "double"
    },
    "sdlContribution": "double",
    "voluntaryEmployerContribution": "double"
}
| Name | Type | Description | 
|---|---|---|
| cpfEmployerContribution | double | Decimal | 
| locationId | int32 | Int32 | 
| locationName | string | String | 
| payCategories | object | 
      IDictionary | 
  
| payCategories.<key> | map of double | Decimal | 
| sdlContribution | double | Decimal | 
| voluntaryEmployerContribution | double | Decimal | 
Powered by DapperDox