Skip to main content

Accommodation

No description

type Accommodation {
boardCode: String!
boardName: String!
cityCode: String
hotelCode: String!
hotelName: String!
ref: String!
roomCode: String!
roomName: String!
}

Fields

Accommodation.boardCode ● String! non-null scalar

Board code assigned to the accommodation

Accommodation.boardName ● String! non-null scalar

Board name assigned to the accommodation

Accommodation.cityCode ● String scalar

City code where the accommodation belongs to

Accommodation.hotelCode ● String! non-null scalar

Code of the accommodation

Accommodation.hotelName ● String! non-null scalar

name of the accommodation

Accommodation.ref ● String! non-null scalar

ref to see where it belongs in the itinerary map (if necessary)

Accommodation.roomCode ● String! non-null scalar

Code of the room assigned to the accommodation

Accommodation.roomName ● String! non-null scalar

name of the room assigned to the accommodation

Member Of

BookingPayload object ● BookPayload object ● QuotePayload object ● SearchOption object