Table of Contents

PackageItineraryItem

Contains details about all the steps in the itinerary including items which may happen before or after boarding the ship. The itinerary items are sorted on sequence number so that the items can be presented in the correct order.

Property Name Type Description
SequenceNumber number The sequence in which the itinerary items should be presented.
StartDay number The day number the itinerary item starts on.
EndDay number The day number the itinerary item ends on.
Type string Type of itinerary item. Possible values include Voyage, Addon, Flight, Transfer, Hotel, Ferry.
Supplier string The supplier of the itinerary item. Can either be Hurtigruten or an external supplier.
Description Translation[] Localized itinerary item title.
FlightDetails FlightDetail Flight details. Will only contain data if the itinerary item type is Flight.
HotelDetails HotelDetail Hotel details. Will only contain data if the itinerary item type is Hotel.
FerryDetails FerryDetail Ferry details. Will only contain data if the itinerary item type is Ferry.
RailDetails RailDetail Rail details. Will only contain data if the itinerary item type is Rail.
TransferDetails TransferDetail Transfer details. Will only contain data if the itinerary item type is Transfer.
VoyageItinerary VoyageItineraryItem[] The voyage itinerary.