---
title: partySize
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inrequestrideintent/partysize-64kfc
---

# partySize

The number of passengers that the ride must accommodate.

## Declaration

```occ
@property (nonatomic, copy, readonly, nullable) NSNumber * partySize;
```

```occ
@property (atomic, copy, readonly, nullable) NSNumber * partySize;
```

## 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)
