Skip to main content

TransferFromHotelInput

Defines the input details for a transfer from the hotel.

input TransferFromHotelInput {
carrierId: ID
departureDate: LocalDate
departurePortId: ID
departureTerminal: String
departureTimeEstimated: LocalTime
flightNumber: String
linkToTravelBookingId: ID
notes: String
numberOfPassengers: PositiveInt
pickupTime: LocalTime
}

Fields

TransferFromHotelInput.carrierId ● ID scalar

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

TransferFromHotelInput.departureDate ● LocalDate scalar

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

TransferFromHotelInput.departurePortId ● ID scalar

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

TransferFromHotelInput.departureTerminal ● String scalar

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

TransferFromHotelInput.departureTimeEstimated ● LocalTime scalar

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

TransferFromHotelInput.flightNumber ● String scalar

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

TransferFromHotelInput.linkToTravelBookingId ● ID scalar

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

TransferFromHotelInput.notes ● String scalar

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

TransferFromHotelInput.numberOfPassengers ● PositiveInt scalar

The number for passengers for the transfer. Optional.

The default value is 1.

TransferFromHotelInput.pickupTime ● LocalTime scalar

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

Member Of

CreateHotelBookingInput input