<!--
{
  "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/INRidePartySizeOption",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INRidePartySizeOption"
  },
  "title" : "INRidePartySizeOption"
}
-->

# INRidePartySizeOption

The price of a ride involving the specified number of people.

```
class INRidePartySizeOption
```

## Overview

An [`INRidePartySizeOption`](/documentation/Intents/INRidePartySizeOption) object describes many passengers and the special pricing that applies to a party of that size. When configuring a [`INRideOption`](/documentation/Intents/INRideOption) object, you create one or more instances of this class to specify pricing for the user’s party. Present this information to the user along with the other ride option information.

## Topics

### Initializing a Party Size Object

[`-  initWithPartySizeRange:sizeDescription:priceRange:`](/documentation/Intents/INRidePartySizeOption/init(partySizeRange:sizeDescription:priceRange:))

Initializes the object with the specified party size and price ranges.

### Getting the Party Size Information

[`partySizeRange`](/documentation/Intents/INRidePartySizeOption/partySizeRange)

The number of people in the party, specified as a minimum and maximum value.

[`sizeDescription`](/documentation/Intents/INRidePartySizeOption/sizeDescription)

The user-visible description of the party size.

[`priceRange`](/documentation/Intents/INRidePartySizeOption/priceRange)

The pricing information for parties of the specified size.

## Relationships

### Conforms To

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`Equatable`](/documentation/Swift/Equatable)

[`NSCopying`](/documentation/Foundation/NSCopying)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`Hashable`](/documentation/Swift/Hashable)

[`NSCoding`](/documentation/Foundation/NSCoding)

[`CVarArg`](/documentation/Swift/CVarArg)

[`NSSecureCoding`](/documentation/Foundation/NSSecureCoding)

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

---

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)