Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 820 Bytes

EorContractToCreateCompensationDetails.md

File metadata and controls

25 lines (13 loc) · 820 Bytes

EorContractToCreateCompensationDetails

Properties

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]

Enum: VariableCompensationTypeEnum

Name Value
PERCENTAGE "PERCENTAGE"
FIXED "FIXED"