Skip to main content

BookingRoom

No description

type BookingRoom {
occupancyRefId: Int
code: String
description: String
descriptionSupplier: 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.descriptionSupplier ● String scalar

Description about the room in supplier's context.

BookingRoom.price ● Price object

Total price for all days.

Member Of

BookingHotel object ● BookingHotelDetails object