<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INRideOption/specialPricing",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INRideOption(py)specialPricing"
  },
  "title" : "specialPricing"
}
-->

# specialPricing

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

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

## 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`](/documentation/Intents/INRideOption/priceRange) and [`fareLineItems`](/documentation/Intents/INRideOption/fareLineItems) properties should account for any special pricing you offer. Set this property to `nil` if special pricing does not apply.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)