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!]
roomPrice: RoomPrice
refundable: Boolean
units: Int
beds: [Bed!]
ratePlans: [RatePlan!]
promotions: [Promotion!]
surcharges: [Surcharge!]
cancelPolicy: CancelPolicy
remarks: String
}

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.

RoomOptionQuote.roomPrice ● RoomPrice object

Specifies the room price.

RoomOptionQuote.refundable ● Boolean scalar

Identifies if the room is refundable or not.

RoomOptionQuote.units ● Int scalar

Number of rooms available with the same type.

RoomOptionQuote.beds ● [Bed!] list object

List of beds.

RoomOptionQuote.ratePlans ● [RatePlan!] list object

Daily break downs rate plan.

RoomOptionQuote.promotions ● [Promotion!] list object

Daily break downs promotions.

RoomOptionQuote.surcharges ● [Surcharge!] list object

List of surcharges of the option returned.

RoomOptionQuote.cancelPolicy ● CancelPolicy object

Specifies cancel policies of this room

RoomOptionQuote.remarks ● String scalar

Additional information about the room.

Member Of

HotelOptionQuote object