View/HotelInfo
Triggered when a user reaches the Hotel Info step, to view extended information on their selected hotel.
roomstay.events.on('View/HotelInfo', (event: StepHotelInfoViewEvent) => {
console.log('You are in the Hotel Info View Page')
})