{
    "amount": "double",
    "employeeId": "int32",
    "expirationType": "string",
    "expiryDate": "date-time",
    "id": "int64",
    "isActive": "boolean",
    "locationId": "int32",
    "locationName": "string",
    "maximumAmountPaid": "double",
    "name": "string",
    "notes": "string",
    "overrideSuperRate": "boolean",
    "payCategoryId": "int32",
    "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 | 
| isActive | boolean | Boolean | 
| locationId | int32 | 
      Nullable | 
  
| locationName | string | String | 
| maximumAmountPaid | double | 
      Nullable | 
  
| name | string | String | 
| notes | string | String | 
| overrideSuperRate | boolean | Boolean | 
| payCategoryId | int32 | 
      Nullable | 
  
| startDate | date-time | 
      Nullable | 
  
| superRate | double | 
      Nullable | 
  
| totalAmountPaid | double | Decimal | 
| units | double | Decimal | 
Powered by DapperDox