---
title: partySize
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inrequestrideintent/partysize-39k7z
---

# partySize

The number of passengers that the ride must accommodate.

## Declaration

```swift
@nonobjc final var partySize: Int? { get }
```

## Discussion

Discussion The party size includes the total number of passengers.

## See Also

### Getting the Ride Details

- [rideOptionName](intents/inrequestrideintent/rideoptionname.md)
- [pickupLocation](intents/inrequestrideintent/pickuplocation.md)
- [scheduledPickupTime](intents/inrequestrideintent/scheduledpickuptime.md)
- [dropOffLocation](intents/inrequestrideintent/dropofflocation.md)
