Skip to main content

RoomOptionQuote

No description

type RoomOptionQuote {
occupancyRefId: ID!
legacyRoomId: ID!
code: String!
supplierCode: String!
description: String
descriptionSupplier: String
features: [Feature!]
amenities: [Amenity!]
}

Fields

RoomOptionQuote.occupancyRefId ● ID! non-null scalar

ID reference to the occupancy.

RoomOptionQuote.legacyRoomId ● ID! non-null scalar

Identifies the legacy room ID.

RoomOptionQuote.code ● String! non-null scalar

Indicates the room code.

RoomOptionQuote.supplierCode ● String! non-null scalar

Supplier's room code.

RoomOptionQuote.description ● String scalar

Description about the room. This field can be mapped.

RoomOptionQuote.descriptionSupplier ● String scalar

Description about the room in supplier's context.

RoomOptionQuote.features ● [Feature!] list object

Room features.

RoomOptionQuote.amenities ● [Amenity!] list object

Room level amenities provide information about features intended to enhance comfort and enjoyment. Examples include swimming pools, shopping centers, etc.

Member Of

HotelOptionQuote object