minimumPartySize
The minimum party size allowed by the restaurant.
Declaration
@NSCopying var minimumPartySize: NSNumber? { get set }Discussion
Use this property to specify the minimum 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 is below this value.
Specify nil for this property if there is no minimum party size for the restaurant.