MetadataBooking
Return information about booking
type MetadataBooking {
  queryableBySupplierReference: ReviewedBool!
  queryableByClientReference: ReviewedBool!
  queryableByCreationDate: ReviewedBool!
  queryableByCheckinDate: ReviewedBool!
  informHotelReference: ReviewedBool
  informCancelPolicies: ReviewedBool
  informPriceCancel: ReviewedBool
  requiresCheckInDateInReferences: ReviewedBool!
  requiresCheckOutDateInReferences: ReviewedBool!
  requiresReservationDateInReferences: ReviewedBool!
  timeZone: ReviewedTimeZone!
}
Fields
MetadataBooking.queryableBySupplierReference ● ReviewedBool! non-null object
Specifies if booking can be performed using supplier reference.
MetadataBooking.queryableByClientReference ● ReviewedBool! non-null object
Specifies if booking can be performed using client reference.
MetadataBooking.queryableByCreationDate ● ReviewedBool! non-null object
Specifies if booking can be performed using creation dates.
MetadataBooking.queryableByCheckinDate ● ReviewedBool! non-null object
Specifies if booking can be performed using check in dates.
MetadataBooking.informHotelReference ● ReviewedBool object
Specifies if the supplier informs about Hotel Confirmation Number (HCN).
MetadataBooking.informCancelPolicies ● ReviewedBool object
Specifies if the supplier informs about the cancellation policies.
MetadataBooking.informPriceCancel ● ReviewedBool object
Specifies if the supplier informs about the cancellation price.
MetadataBooking.requiresCheckInDateInReferences ● ReviewedBool! non-null object
Specifies if the supplier requires check-in date in reference.
MetadataBooking.requiresCheckOutDateInReferences ● ReviewedBool! non-null object
Specifies if the supplier requires check-out date in reference.
MetadataBooking.requiresReservationDateInReferences ● ReviewedBool! non-null object
Specifies if the supplier requires the reservation date in reference.
MetadataBooking.timeZone ● ReviewedTimeZone! non-null object
Specifies the timezone in UTC in which the cancellation policies are located.
Member Of
MetadataData  object