An object containing seat information associated with a reservation.
SDKs
- iOS 13.0+
- Mac Catalyst 13.0+
- watchOS 6.0+
Framework
- Intents
Declaration
class INSeat : NSObject
An object containing seat information associated with a reservation.
SDKs
Framework
class INSeat : NSObject
init(seat Section: String?, seat Row: String?, seat Number: String?, seating Type: String?)
Creates a new seat object containing the required seat information.
var seat Section: String?
The seat’s section.
var seat Row: String?
The seat’s row.
var seat Number: String?
The seat’s number.
var seating Type: String?
The seat’s type.
class INReservation
An object that describes a reservation.
class INReservation Action
An action a user can perform that’s relevant to a reservation.
enum INReservation Status
Constants that describe the current status of the reservation.