| 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] | |
| status | \Dinas\ShippingSdk\Model\StockStatus | [optional] | |
| volume | float | Volume in cubic meters | [optional] [readonly] |
| prices | \Dinas\ShippingSdk\Model\CarPrices | [optional] [readonly] | |
| freight_cnf | float | Total freight for shipper | [optional] [readonly] |
| freight_fob | float | Total freight for consignee | [optional] [readonly] |
| storage_cnf | float | Yard storage fee for shipper | [optional] [readonly] |
| storage_fob | float | Yard storage fee for consignee | [optional] [readonly] |
| paid_cnf | float | Paid amount from shipper | [optional] [readonly] |
| paid_fob | float | Paid amount from consignee | [optional] [readonly] |
| documents | \Dinas\ShippingSdk\Model\CarDocuments | [optional] [readonly] | |
| yard | \Dinas\ShippingSdk\Model\Yard | [optional] [readonly] | |
| inner_cargo | \Dinas\ShippingSdk\Model\InnerCargo[] | Inner cargo items | [optional] [readonly] |
| albums | \Dinas\ShippingSdk\Model\AlbumInfo[] | Photo albums | [optional] [readonly] |
| voyage | \Dinas\ShippingSdk\Model\VoyageInfo | [optional] [readonly] | |
| withhold | string | Reason why the car must not be handed to the client. Set it to null to allow us to do it. | [optional] [readonly] |
| created_at | \DateTime | Creation timestamp | [optional] [readonly] |
| updated_at | \DateTime | Last update timestamp | [optional] [readonly] |
How can I help you explore Laravel packages today?