Name | Type | Description | Notes |
---|---|---|---|
employeeId | UUID | The ID of the employee | |
payPeriod | PayPeriodEnum | Payment period of contract | |
currency | String | Currency of contract | |
grossSalary | Float | Salary amount | |
payments | Integer | Number of payments | |
contributionGroupId | UUID | Contribution group id | |
startDate | LocalDate | Salary start date | |
endDate | LocalDate | Salary end date | [optional] |
comments | String | Comments | [optional] |
Name | Value |
---|---|
DAILY | "daily" |
WEEKLY | "weekly" |
BIWEEKLY | "biweekly" |
MONTHLY | "monthly" |
YEARLY | "yearly" |