Contents

restaurant

A restaurant to use as a filter when searching for reservations.

Declaration

@NSCopying var restaurant: INRestaurant? { get set }

Discussion

Use the restaurant information in this property as a filter when searching for the user’s current reservations. Associate any reservation you return with the specified restaurant If this property is nil, your search results can include reservations at any restaurant.

See Also

Getting the Search Parameters