Contents

maximumPartySize

The maximum party size allowed by the restaurant.

Declaration

@NSCopying var maximumPartySize: NSNumber? { get set }

Discussion

Use this property to specify the maximum party size that the restaurant allows. The system provides the user with this information and prevents the user from booking reservations when the party size exceeds this value.

Specify nil for this property if there is no maximum party size for the restaurant.

See Also

Specifying the Default Values