# lyft.RideType

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**rideType** | [**RideTypeEnum**](RideTypeEnum.md) |  | [optional] 
**displayName** | **String** | A human readable description of the ride type | [optional] 
**seats** | **Number** | The maximum number of seats available for rides requested with this ride type | [optional] 
**imageUrl** | **String** | The URL of an image representing this ride type | [optional] 
**pricingDetails** | [**PricingDetails**](PricingDetails.md) |  | [optional] 
**scheduledPricingDetails** | [**PricingDetails**](PricingDetails.md) |  | [optional] 


