MetadataSearchDestinations
Contains information regarding the destinations for Search request.
type MetadataSearchDestinations {
  maxNumberHotels: ReviewedInt!
  recommendedNumberHotels: ReviewedInt!
  maxNumberCities: ReviewedInt!
  recommendedNumberCities: ReviewedInt!
  maxNumberZones: ReviewedInt!
  recommendedNumberZones: ReviewedInt!
  hotelSameDestinationRestriction: ReviewedBool!
}
Fields
MetadataSearchDestinations.maxNumberHotels ● ReviewedInt! non-null object
Maximum number of hotels that can be requested.
MetadataSearchDestinations.recommendedNumberHotels ● ReviewedInt! non-null object
Recomended number of hotels.
MetadataSearchDestinations.maxNumberCities ● ReviewedInt! non-null object
Maximum number of cities that can be requested.
MetadataSearchDestinations.recommendedNumberCities ● ReviewedInt! non-null object
Recomended number of cities.
MetadataSearchDestinations.maxNumberZones ● ReviewedInt! non-null object
Maximum number of zones that can be requested.
MetadataSearchDestinations.recommendedNumberZones ● ReviewedInt! non-null object
Recomended number of zones.
MetadataSearchDestinations.hotelSameDestinationRestriction ● ReviewedBool! non-null object
Required all hotels from same destination
Member Of
MetadataSearch  object