Name | Type | Description | Notes |
---|---|---|---|
salary | BigDecimal | Employee's gross annual salary. | |
currency | String | Salary currency. | |
variableCompensation | BigDecimal | Variable compensation. For example, if the person will earn 5% of the gross annual salary as the variable compensation, enter 5. | [optional] |
variableCompensationType | VariableCompensationTypeEnum | Should be set only if variable_compensation is set. It can be PERCENTAGE or FIXED. | [optional] |
Name | Value |
---|---|
PERCENTAGE | "PERCENTAGE" |
FIXED | "FIXED" |