MetadataSearch
No description
type MetadataSearch {
  destinations: MetadataSearchDestinations!
  allowsCurrency: ReviewedBool!
  implementsCombination: ReviewedBool!
  numMarketsAllowed: ReviewedInt
  release: ReviewedInt!
  maxRelease: ReviewedInt
  minimumStay: ReviewedInt!
  maxStay: ReviewedInt!
  roomCandidates: MetadataRoomCandidates!
  informBindingPrice: ReviewedBool!
  informCancelPolicies: ReviewedBool!
  informRoomCancelPolicies: ReviewedBool!
  timeZone: ReviewedTimeZone!
  informRemarks: ReviewedBool!
  paymentTypes: [ReviewedPaymentType!]!
  languages: [ReviewedText!]!
  informDailyPrice: ReviewedBool!
  informDailyRatePlan: ReviewedBool!
  informPromotions: ReviewedBool!
  informNRFRateByRoom: ReviewedBool!
  informSurcharges: ReviewedBool!
  informRoomSurcharges: ReviewedBool!
  informHotelName: ReviewedBool!
  requiredNationality: ReviewedBool
}
Fields
MetadataSearch.destinations ● MetadataSearchDestinations! non-null object
Contains information regarding the destinations
MetadataSearch.allowsCurrency ● ReviewedBool! non-null object
If true, it is possible to request the currency.
MetadataSearch.implementsCombination ● ReviewedBool! non-null object
Informs whether the integration allows room combination or not.
MetadataSearch.numMarketsAllowed ● ReviewedInt object
Number of markets supported by the supplier in the same request.
MetadataSearch.release ● ReviewedInt! non-null object
Minimum days required in between booking date and checking date ( days in advance ). If the value is zero then there is no limitation.
MetadataSearch.maxRelease ● ReviewedInt object
Maximum days required in between booking date and checking date ( days in advance ).
MetadataSearch.minimumStay ● ReviewedInt! non-null object
Minimum number of days required for booking. If the value is zero then there is no limitation.
MetadataSearch.maxStay ● ReviewedInt! non-null object
Maximum number of days allowed for booking.
MetadataSearch.roomCandidates ● MetadataRoomCandidates! non-null object
Contains information about the restrictions of the rooms.
MetadataSearch.informBindingPrice ● ReviewedBool! non-null object
Supplier returns binding PVPs.
MetadataSearch.informCancelPolicies ● ReviewedBool! non-null object
Returns cancellation policies at search step
MetadataSearch.informRoomCancelPolicies ● ReviewedBool! non-null object
Returns cancellation policies at room level.
MetadataSearch.timeZone ● ReviewedTimeZone! non-null object
Specifies the timezone in UTC in which the cancellation policies are located.
MetadataSearch.informRemarks ● ReviewedBool! non-null object
Space available for any remarks or comments aimed at the client.
MetadataSearch.paymentTypes ● [ReviewedPaymentType!]! non-null object
List of payment types accepted by the supplier with their reviewed date
MetadataSearch.languages ● [ReviewedText!]! non-null object
List of languages supported
MetadataSearch.informDailyPrice ● ReviewedBool! non-null object
Informs if the supplier returns the daily price
MetadataSearch.informDailyRatePlan ● ReviewedBool! non-null object
Informs if the supplier returns the daily rate.
MetadataSearch.informPromotions ● ReviewedBool! non-null object
If true, the supplier returns the promotions(offers) applied.
MetadataSearch.informNRFRateByRoom ● ReviewedBool! non-null object
The supplier can inform in Search if the room is non-refundable.
MetadataSearch.informSurcharges ● ReviewedBool! non-null object
Informs if the supplier returns surcharges.
MetadataSearch.informRoomSurcharges ● ReviewedBool! non-null object
Returns surcharges at room level.
MetadataSearch.informHotelName ● ReviewedBool! non-null object
inform Hotel name at search step
MetadataSearch.requiredNationality ● ReviewedBool object
Informs if the supplier requires nationality
Member Of
MetadataData  object