# MotorCycle
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**weight** | **i32** | weight in kg |
**length** | **i32** | size in cm |
**width** | **i32** | size in cm |
**height** | **i32** | size in cm |
**brand** | **String** | Free text description of the brand (e.g. BMW) |
**model** | **String** | Free text description of the model (e.g. X5) |
**is_side_car_included** | Option<**bool**> | deprecated use car of type SPECIAL_VEHILE instead | [optional][default to false]
**contact_name** | **String** | Name of a contact person or company in case the car transport is booked stand alone. |
**contact_detail** | Option<[**models::ContactDetail**](ContactDetail.md)> | | [optional]
**license_plate** | **String** | The license plate is a personal data item and must not be provided in an offer request. It must be patched into the offer after the customer accepted the offer for booking |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)