Skip to main content

TransferToHotelInput

Defines the input details for a transfer to the hotel.

input TransferToHotelInput {
arrivalDate: LocalDate
arrivalPortId: ID
arrivalTerminal: String
arrivalTimeEstimated: LocalTime
carrierId: ID
flightNumber: String
linkToTravelBookingId: ID
notes: String
numberOfPassengers: PositiveInt
pickupTime: LocalTime
}

Fields

TransferToHotelInput.arrivalDate ● LocalDate scalar

The arrival date of the travel for the transfer. Optional.

TransferToHotelInput.arrivalPortId ● ID scalar

The identifier of the port of arrival of the travel for the transfer. Optional.

TransferToHotelInput.arrivalTerminal ● String scalar

A UTF-8 string representing the terminal of arrival of the travel for the transfer. Optional.

TransferToHotelInput.arrivalTimeEstimated ● LocalTime scalar

The estimated arrival time of the travel for the transfer. Optional.

TransferToHotelInput.carrierId ● ID scalar

The identifier of the carrier of the travel for the transfer. Optional.

TransferToHotelInput.flightNumber ● String scalar

A UTF-8 string representing the flight number of the travel for the transfer. Optional.

TransferToHotelInput.linkToTravelBookingId ● ID scalar

The identifier of the travel booking to link to the transfer. Optional.

TransferToHotelInput.notes ● String scalar

A UTF-8 string representing the notes for the transfer. Optional.

TransferToHotelInput.numberOfPassengers ● PositiveInt scalar

The number for passengers for the transfer. Optional.

The default value is 1.

TransferToHotelInput.pickupTime ● LocalTime scalar

The pickup time for the transfer to the hotel. Optional.

Member Of

CreateHotelBookingInput input