| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | [optional] | |
| version | int | [optional] | |
| changes | \Tripletex\Model\Change[] | [optional] | |
| url | string | [optional] | |
| employee | \Tripletex\Model\Employee | [optional] | |
| employment_id | string | Existing employment ID used by the current accounting system | [optional] |
| start_date | string | ||
| end_date | string | [optional] | |
| division | \Tripletex\Model\Division | [optional] | |
| last_salary_change_date | string | [optional] | |
| no_employment_relationship | bool | Activate pensions and other benefits with no employment relationship. | [optional] [default to false] |
| is_main_employer | bool | Determines if company is main employer for the employee. Default value is true.<br />If true and deduction code is NOT send, value of tax deduction code will be set to loennFraHovedarbeidsgiver <br /> If false and deduction code is NOT send, value of tax deduction code will be set to loennFraBiarbeidsgiver.<br /> For other types of Tax Deduction Codes, isMainEmployer does not influence anything. | [optional] [default to false] |
| tax_deduction_code | string | EMPTY - represents that a tax deduction code is not set on the employment. It is illegal to set the field to this value. <br /> Default value of this field is loennFraHovedarbeidsgiver or loennFraBiarbeidsgiver depending on boolean isMainEmployer | [optional] |
| employment_details | \Tripletex\Model\EmploymentDetails[] | Employment types tied to the employment | [optional] |