| Name | Type | Description | Notes |
|---|---|---|---|
| id | Integer | [optional] | |
| version | Integer | [optional] | |
| changes | Array<Change> | [optional] | |
| url | String | [optional] | |
| project | Project | [optional] | |
| employee | Employee | ||
| approved_by | Employee | [optional] | |
| completed_by | Employee | [optional] | |
| department | Department | [optional] | |
| payslip | Payslip | [optional] | |
| vat_type | VatType | [optional] | |
| payment_currency | Currency | [optional] | |
| travel_details | TravelDetails | [optional] | |
| voucher | Voucher | [optional] | |
| attachment | Document | [optional] | |
| is_completed | BOOLEAN | [optional] | |
| is_approved | BOOLEAN | [optional] | |
| is_chargeable | BOOLEAN | [optional] | |
| is_fixed_invoiced_amount | BOOLEAN | [optional] | |
| is_include_attached_receipts_when_reinvoicing | BOOLEAN | [optional] | |
| completed_date | String | [optional] | |
| approved_date | String | [optional] | |
| date | String | [optional] | |
| travel_advance | Float | [optional] | |
| fixed_invoiced_amount | Float | [optional] | |
| amount | Float | [optional] | |
| payment_amount | Float | [optional] | |
| chargeable_amount | Float | [optional] | |
| low_rate_vat | Float | [optional] | |
| medium_rate_vat | Float | [optional] | |
| high_rate_vat | Float | [optional] | |
| payment_amount_currency | Float | [optional] | |
| number | Integer | [optional] | |
| invoice | Invoice | [optional] | |
| title | String | [optional] | |
| per_diem_compensations | Array<PerDiemCompensation> | Link to individual per diem compensations. | [optional] |
| mileage_allowances | Array<MileageAllowance> | Link to individual mileage allowances. | [optional] |
| accommodation_allowances | Array<AccommodationAllowance> | Link to individual accommodation allowances. | [optional] |
| costs | Array<Cost> | Link to individual costs. | [optional] |
| attachment_count | Integer | [optional] | |
| state | String | [optional] | |
| actions | Array<Link> | [optional] | |
| is_salary_admin | BOOLEAN | [optional] | |
| show_payslip | BOOLEAN | [optional] | |
| accounting_period_closed | BOOLEAN | [optional] | |
| accounting_period_vat_closed | BOOLEAN | [optional] |