Contents

partySize

The number of passengers that the ride must accommodate.

Declaration

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

Discussion

The party size includes the total number of passengers.

See Also

Getting the Ride Details