| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | Car ID | [optional] [readonly] |
| chassis | string | Chassis number | [optional] |
| make | string | Car manufacturer Required for creation | [optional] |
| model | string | Car model Required for creation | [optional] |
| year | int | Manufacturing year | [optional] |
| color | string | Car color | [optional] |
| export_type | \Dinas\ShippingSdk\Model\ExportType | [optional] | |
| export_method | \Dinas\ShippingSdk\Model\ExportMethod | [optional] | |
| vehicle_type | \Dinas\ShippingSdk\Model\VehicleType | [optional] | |
| fuel | \Dinas\ShippingSdk\Model\FuelType | [optional] | |
| engine_model | string | Engine model | [optional] |
| engine_number | string | Engine number | [optional] |
| engine_size | float | Engine size in cc | [optional] |
| engine_power | float | Engine power | [optional] |
| seats | int | Number of seats | [optional] |
| cargo_capacity | int | Cargo capacity | [optional] |
| net_weight | float | Net weight in kg | [optional] |
| gross_weight | float | Gross weight in kg | [optional] |
| length | float | Length in cm | [optional] |
| width | float | Width in cm | [optional] |
| height | float | Height in cm | [optional] |
| price_terms | \Dinas\ShippingSdk\Model\PriceTerms | [optional] | |
| unit_price | float | Unit price (as in invoice without freight) | [optional] |
| purchase_date | \DateTime | Purchase date Required for creation | [optional] |
| damaged | bool | Whether the car is damaged | [optional] |
| ship_date_limit | \Dinas\ShippingSdk\Model\ShipDateLimit | [optional] | |
| note | string | Any comments | [optional] |
| dealer | \Dinas\ShippingSdk\Model\Dealer | [optional] |
How can I help you explore Laravel packages today?