Name | Type | Description | Notes |
---|---|---|---|
id | int | [optional] | |
version | int | [optional] | |
changes | \Tripletex\Model\Change[] | [optional] | |
url | string | [optional] | |
name | string | ||
number | string | [optional] | |
display_name | string | [optional] | |
description | string | [optional] | |
project_manager | \Tripletex\Model\Employee | ||
department | \Tripletex\Model\Department | [optional] | |
main_project | \Tripletex\Model\Project | [optional] | |
start_date | string | ||
end_date | string | [optional] | |
customer | \Tripletex\Model\Customer | The project's customer | [optional] |
is_closed | bool | [optional] [default to false] | |
is_ready_for_invoicing | bool | [optional] [default to false] | |
is_internal | bool | Must be set to true. | [default to false] |
is_offer | bool | [optional] [default to false] | |
project_category | \Tripletex\Model\ProjectCategory | [optional] | |
delivery_address | \Tripletex\Model\Address | [optional] | |
display_name_format | string | Defines project name presentation in overviews. | [optional] |
external_accounts_number | string | [optional] | |
discount_percentage | float | Project discount percentage. | [optional] |
order_lines | \Tripletex\Model\ProjectOrderLine[] | Order lines tied to the order | [optional] |
participants | \Tripletex\Model\ProjectParticipant[] | Link to individual project participants. | [optional] |