{
"amount": "double",
"employeeId": "int32",
"expirationType": "string",
"expiryDate": "date-time",
"id": "int64",
"includeInRdpOrOwp": "boolean",
"isActive": "boolean",
"locationId": "int32",
"locationName": "string",
"maximumAmountPaid": "double",
"name": "string",
"notes": "string",
"overrideSuperRate": "boolean",
"payCategoryId": "int32",
"reduceAllowance": "boolean",
"startDate": "date-time",
"superRate": "double",
"totalAmountPaid": "double",
"units": "double"
}
| Name | Type | Description |
|---|---|---|
| amount | double | Decimal |
| employeeId | int32 | Int32 |
| expirationType | string |
ExpirationTypeEnum
Possible values are:
|
| expiryDate | date-time |
Nullable |
| id | int64 | Int64 |
| includeInRdpOrOwp | boolean | Boolean |
| isActive | boolean | Boolean |
| locationId | int32 |
Nullable |
| locationName | string | String |
| maximumAmountPaid | double |
Nullable |
| name | string | String |
| notes | string | String |
| overrideSuperRate | boolean | Boolean |
| payCategoryId | int32 |
Nullable |
| reduceAllowance | boolean | Boolean |
| startDate | date-time |
Nullable |
| superRate | double |
Nullable |
| totalAmountPaid | double | Decimal |
| units | double | Decimal |
Powered by DapperDox