| 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 |
|
[optional] |
| is_closed |
bool |
|
[optional] [default to false] |
| is_ready_for_invoicing |
bool |
|
[optional] [default to false] |
| is_internal |
bool |
|
[default to false] |
| is_offer |
bool |
|
[optional] [default to false] |
| is_fixed_price |
bool |
Project is fixed price if set to true, hourly rate if set to false. |
[optional] [default to false] |
| project_category |
\Tripletex\Model\ProjectCategory |
|
[optional] |
| delivery_address |
\Tripletex\Model\DeliveryAddress |
|
[optional] |
| display_name_format |
string |
Defines project name presentation in overviews. |
[optional] |
| external_accounts_number |
string |
|
[optional] |
| discount_percentage |
float |
Project discount percentage. |
[optional] |
| extra_percent_order_lines |
float |
Project markup percentage. |
[optional] |
| vat_type |
\Tripletex\Model\VatType |
|
[optional] |
| fixedprice |
float |
Fixed price amount, in the project's currency. |
[optional] |
| contribution_margin_percent |
float |
|
[optional] |
| number_of_sub_projects |
int |
|
[optional] |
| number_of_project_participants |
int |
|
[optional] |
| order_lines |
\Tripletex\Model\ProjectOrderLine[] |
Order lines tied to the order |
[optional] |
| currency |
\Tripletex\Model\Currency |
|
[optional] |
| mark_up_order_lines |
float |
Set mark-up (%) for order lines. |
[optional] |
| mark_up_fees_earned |
float |
Set mark-up (%) for fees earned. |
[optional] |
| is_price_ceiling |
bool |
Set to true if an hourly rate project has a price ceiling. |
[optional] [default to false] |
| price_ceiling_amount |
float |
Price ceiling amount, in the project's currency. |
[optional] |
| project_hourly_rates |
\Tripletex\Model\ProjectHourlyRate[] |
Project Rate Types tied to the project. |
[optional] |
| for_participants_only |
bool |
Set to true if only project participants can register information on the project |
[optional] [default to false] |
| participants |
\Tripletex\Model\ProjectParticipant[] |
Link to individual project participants. |
[optional] |
| contact |
\Tripletex\Model\Contact |
|
[optional] |
| invoicing_plan |
\Tripletex\Model\Invoice[] |
Invoicing plans tied to the project |
[optional] |
| preliminary_invoice |
\Tripletex\Model\Invoice |
|
[optional] |
| general_project_activities_per_project_only |
bool |
Set to true if a general project activity must be linked to project to allow time tracking. |
[optional] [default to false] |
| project_activities |
\Tripletex\Model\ProjectActivity[] |
Project Activities |
[optional] |