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