# Rental
## Properties
**provider_id** | **String** | Rental provider ID |
**provider_group_id** | **String** | Rental provider group ID |
**system_id** | **String** | Vehicle share system ID |
**system_name** | Option<**String**> | Vehicle share system name | [optional]
**url** | Option<**String**> | URL of the vehicle share system | [optional]
**color** | Option<**String**> | Color associated with this provider, in hexadecimal RGB format (e.g. \"#FF0000\" for red). Can be empty. | [optional]
**station_name** | Option<**String**> | Name of the station | [optional]
**from_station_name** | Option<**String**> | Name of the station where the vehicle is picked up (empty for free floating vehicles) | [optional]
**to_station_name** | Option<**String**> | Name of the station where the vehicle is returned (empty for free floating vehicles) | [optional]
**rental_uri_android** | Option<**String**> | Rental URI for Android (deep link to the specific station or vehicle) | [optional]
**rental_uri_ios** | Option<**String**> | Rental URI for iOS (deep link to the specific station or vehicle) | [optional]
**rental_uri_web** | Option<**String**> | Rental URI for web (deep link to the specific station or vehicle) | [optional]
**form_factor** | Option<[**models::RentalFormFactor**](RentalFormFactor.md)> | | [optional]
**propulsion_type** | Option<[**models::RentalPropulsionType**](RentalPropulsionType.md)> | | [optional]
**return_constraint** | Option<[**models::RentalReturnConstraint**](RentalReturnConstraint.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)