---
title: INReservation
framework: intents
role: symbol
role_heading: Class
path: intents/inreservation
---

# INReservation

An object that describes a reservation.

## Declaration

```swift
class INReservation
```

## Mentioned in

Donating Reservations

## Overview

Overview Don’t create instances of this class directly. Instead, use the subclass associated with the type of reservation created.

## Topics

### Describing the Reservation

- [reservationHolderName](intents/inreservation/reservationholdername.md)
- [reservationNumber](intents/inreservation/reservationnumber.md)
- [reservationStatus](intents/inreservation/reservationstatus.md)
- [bookingTime](intents/inreservation/bookingtime.md)
- [itemReference](intents/inreservation/itemreference.md)
- [actions](intents/inreservation/actions.md)
- [url](intents/inreservation/url.md)

### Initializers

- [init(coder:)](intents/inreservation/init(coder:).md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Inherited By

- [INBoatReservation](intents/inboatreservation.md)
- [INBusReservation](intents/inbusreservation.md)
- [INFlightReservation](intents/inflightreservation.md)
- [INLodgingReservation](intents/inlodgingreservation.md)
- [INRentalCarReservation](intents/inrentalcarreservation.md)
- [INRestaurantReservation](intents/inrestaurantreservation.md)
- [INTicketedEventReservation](intents/inticketedeventreservation.md)
- [INTrainReservation](intents/intrainreservation.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Common Reservation Data Objects

- [INReservationAction](intents/inreservationaction.md)
- [INReservationStatus](intents/inreservationstatus.md)
- [INSeat](intents/inseat.md)
