| Name | Type | Description | Notes |
|---|---|---|---|
| id | Integer | [optional] | |
| version | Integer | [optional] | |
| changes | Array<Change> | [optional] | |
| url | String | [optional] | |
| number | String | Purchase order number | [optional] |
| receiver_email | String | Email when purchase order is send by email. | [optional] |
| discount | Float | Discount Percentage | [optional] |
| packing_note_message | String | Message on packing note.Wholesaler specific. | [optional] |
| transporter_message | String | Message to transporter.Wholesaler specific. | [optional] |
| comments | String | Delivery information and invoice comments | [optional] |
| supplier | Supplier | ||
| delivery_date | String | ||
| order_lines | Array<PurchaseOrderline> | Order lines tied to the purchase order | [optional] |
| project | Project | Project/order | [optional] |
| department | Department | Department/order | [optional] |
| delivery_address | Address | Delivery address | [optional] |
| creation_date | String | [optional] | |
| is_closed | BOOLEAN | [optional] | |
| our_contact | Employee | ||
| supplier_contact | Employee | Recipient when purchase order is send by email. | [optional] |
| attention | Employee | Attention | [optional] |
| status | String | [optional] | |
| currency | Currency | Company currency | [optional] |
| restorder | PurchaseOrder | [optional] | |
| transport_type | TransportType | Transport type | [optional] |
| pickup_point | PickupPoint | Pickup point, wholesaler specific | [optional] |
| document | Document | The PDF representing this PurchaseOrder | [optional] |
| attachment | Document | The attachments on this PurchaseOrder (if any) | [optional] |
| edi_document | Document | The machine readable document (such as EHF or EFO/NELFO) this PurchaseOrder is based on (if any) | [optional] |