# Transportable
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**r#type** | **String** | Subset of the values from the [Passenger Type Code List](https://osdm.io/spec/catalog-of-code-lists/#PassengerType) Listed values here are examples. |
**car** | Option<[**models::Car**](Car.md)> | | [optional]
**motor_cycle** | Option<[**models::MotorCycle**](MotorCycle.md)> | | [optional]
**trailer** | Option<[**models::Car**](Car.md)> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)