---
title: specialPricing
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inrideoption/specialpricing
---

# specialPricing

A user-visible string describing any special pricing considerations that apply to this ride.

## Declaration

```swift
var specialPricing: String? { get set }
```

## Discussion

Discussion Use this property when you need to communicate special pricing conditions to the user. For example, you might set the value of this property to “Sale” when you want to offer discounted rides. The value in the priceRange and fareLineItems properties should account for any special pricing you offer. Set this property to nil if special pricing does not apply.

## See Also

### Specifying Pricing Information

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