TransferFromHotel
The transfer details from the hotel for the hotel booking.
type TransferFromHotel {
carrier: Carrier
departureDate: LocalDate
departurePort: Port
departureTerminal: String
departureTimeEstimated: LocalTime
flightNumber: String
linkedTravelBooking: TravelBooking
notes: String
numberOfPassengers: PositiveInt!
pickupTime: LocalTime
}
Fields
TransferFromHotel.carrier ● Carrier object
The carrier of the travel for the transfer. Optional.
TransferFromHotel.departureDate ● LocalDate scalar
The departure date of the travel for the transfer. Optional.
TransferFromHotel.departurePort ● Port object
The port of departure of the travel for the transfer. Optional.
TransferFromHotel.departureTerminal ● String scalar
A UTF-8 string representing the terminal of departure of the travel for the transfer. Optional.
TransferFromHotel.departureTimeEstimated ● LocalTime scalar
The estimated departure time of the travel for the transfer. Optional.
TransferFromHotel.flightNumber ● String scalar
A UTF-8 string representing the flight number of the travel for the transfer. Optional.
TransferFromHotel.linkedTravelBooking ● TravelBooking object
The travel booking linked to the transfer. Optional.
TransferFromHotel.notes ● String scalar
A UTF-8 string representing the notes for the transfer. Optional.
TransferFromHotel.numberOfPassengers ● PositiveInt! non-null scalar
The number for passengers for the transfer.
TransferFromHotel.pickupTime ● LocalTime scalar
The pickup time for the transfer from the hotel. Optional.
Member Of
HotelBooking object