RoomItinerary

public RoomItinerary RoomItinerary(String id, ConfirmationId confirmationId, String bedGroupId, String checkin, String checkout, BigDecimal numberOfAdults, List<BigDecimal> childAges, String givenName, String familyName, StatusItinerary status, String specialRequest, Boolean smoking, String loyaltyId, Loyalty loyalty, RateItinerary rate, RoomItineraryLinks links)

Parameters

id

The room id.

confirmationId
bedGroupId

Unique identifier for a bed type.

checkin

The check-in date of the itinerary.

checkout

The check-out date of the itinerary.

numberOfAdults

The number of adults staying in the room.

childAges

The ages of children for the room.

givenName

The first name of the main guest staying in the room.

familyName

The last name of the main guest staying in the room.

status
specialRequest

Any special request info associated with the room.

smoking

Indicates if the room is smoking or non-smoking.

loyaltyId

Deprecated. Please use the loyalty id inside the loyalty object.

loyalty
rate
links