Skip to main content

RoomOptionQuote

No description

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

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.

Member Of

HotelOptionQuote object