---
title: INRestaurantReservationUserBookingStatus
framework: intents
role: symbol
role_heading: Enumeration
path: intents/inrestaurantreservationuserbookingstatus
---

# INRestaurantReservationUserBookingStatus

Constants indicating the status of a user reservation.

## Declaration

```swift
enum INRestaurantReservationUserBookingStatus
```

## Topics

### Constants

- [INRestaurantReservationUserBookingStatus.pending](intents/inrestaurantreservationuserbookingstatus/pending.md)
- [INRestaurantReservationUserBookingStatus.confirmed](intents/inrestaurantreservationuserbookingstatus/confirmed.md)
- [INRestaurantReservationUserBookingStatus.denied](intents/inrestaurantreservationuserbookingstatus/denied.md)

### Initializers

- [init(rawValue:)](intents/inrestaurantreservationuserbookingstatus/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Data Objects

- [INRestaurant](intents/inrestaurant.md)
- [INRestaurantGuest](intents/inrestaurantguest.md)
- [INRestaurantGuestDisplayPreferences](intents/inrestaurantguestdisplaypreferences.md)
- [INRestaurantOffer](intents/inrestaurantoffer.md)
- [INRestaurantReservationBooking](intents/inrestaurantreservationbooking.md)
- [INRestaurantReservationUserBooking](intents/inrestaurantreservationuserbooking.md)
- [INTermsAndConditions](intents/intermsandconditions.md)
