---
title: priceRange
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inrideoption/pricerange
---

# priceRange

The range of prices for this ride option.

## Declaration

```swift
@NSCopying var priceRange: INPriceRange? { get set }
```

## Mentioned in

Generating a List of Ride Options

## Discussion

Discussion Use this property to specify the approximate cost of the ride. Price ranges should reflect the actual price you plan to charge and should include any special pricing that currently applies. If the ride option also includes separate line items, display those items separately. If the usesMeteredFare property is true, the information in this property is not displayed.

## See Also

### Specifying Pricing Information

- [specialPricing](intents/inrideoption/specialpricing.md)
- [specialPricingBadgeImage](intents/inrideoption/specialpricingbadgeimage.md)
- [usesMeteredFare](intents/inrideoption/usesmeteredfare-1sig1.md)
- [fareLineItems](intents/inrideoption/farelineitems.md)
