The employment details of the employee
Name | Type | Description | Notes |
---|---|---|---|
type | TypeEnum | The type of employment | |
endDate | LocalDate | The end date of the employment | [optional] |
jobTitle | String | The job title of the employment | |
seniority | String | The seniority of the employment | |
startDate | LocalDate | The start date of the employment | |
partTimePercentage | BigDecimal | The percentage of PART_TIME employment |
Name | Value |
---|---|
PART_TIME | "PART_TIME" |
FULL_TIME | "FULL_TIME" |