Skip to main content

BookingRoom

No description

type BookingRoom {
occupancyRefId: Int
code: String
description: String
price: Price
}

Fields

BookingRoom.occupancyRefId ● Int scalar

ID reference to the occupancy

BookingRoom.code ● String scalar

Indicates the room code

BookingRoom.description ● String scalar

Description about the room

BookingRoom.price ● Price object

Total price for all days.

Member Of

BookingHotel object ● BookingHotelDetails object