HotelNotificationStatus
Defines the notification status of a hotel booking.
enum HotelNotificationStatus {
AMENDED
CANCELATION
CONFIRMED_BOOKING
CONFIRMED_CANCELATION
NEW_BOOKING
}
Values
HotelNotificationStatus.AMENDED
Amended booking. An amended hotel booking that should be provided to the hotel.
HotelNotificationStatus.CANCELATION
Cancelation. A cancelled hotel booking that should be provided to the hotel.
HotelNotificationStatus.CONFIRMED_BOOKING
Confirmed booking. A hotel booking that has been provided to the hotel.
HotelNotificationStatus.CONFIRMED_CANCELATION
Confirmed Cancelation. A canceled hotel booking that has been provided to the hotel.
HotelNotificationStatus.NEW_BOOKING
New booking. A new hotel booking that should be provided to the hotel.
Member Of
HotelBooking object