Package
Contains a list of Package objects. Each package node contains updated information about the itinerary, pricing and availability.
Property Name | Type | Description |
---|---|---|
PackageId | string | The unique identifier for the package. |
MandatoryArrivalPackage | MandatoryAdditionalPackage | Mandatory arrival package information. |
MandatoryDeparturePackage | MandatoryAdditionalPackage | Mandatory departure package information. |
Description | Translation[] | Package title. Contains a list of localized resources. |
StartLocation | string | The start location of the package. Three letter port code. Use PortList.json to get description and country of port code. |
EndLocation | string | The end location of the package. Three letter port code. Use PortList.json to get description and country of port code. |
Duration | number | Number of days included in package. The duration includes the start and end date of the package. |
Currency | string | Currency used in prices. ISO-4217 currency code. |
Market | string | The Hurtigruten market this package applies to. ISO-3166 country code. |
Brand | string | The Hurtigruten brand this package applies to. |
Product | string | The Hurtigruten product this package applies to. |
Region | string | The region this package applies to. |
PackageItinerary | PackageItineraryItem[] | The itinerary for the entire package including pre and post voyage items. |
Departures | Departure[] | Lists each departure date for this package including available cabins and pricing information. |
Promotions | Promotion[] | The list of promotion codes applied to the prices in this package. |