Skip to main content

HotelBookingSearchFilterInput

Defines the filter criteria used when searching for hotel bookings in EventsAir.

input HotelBookingSearchFilterInput {
checkIn: OpenEndedLocalDateTimeRangeFilter
checkOut: OpenEndedLocalDateTimeRangeFilter
paymentStatuses: [PaymentStatus!]
}

Fields

HotelBookingSearchFilterInput.checkIn ● OpenEndedLocalDateTimeRangeFilter input

Filter hotel bookings based on their check-in date and time. Optional.

Hotel bookings with no estimated check-in time will be returned if the check-in date is within the specified value(s).

HotelBookingSearchFilterInput.checkOut ● OpenEndedLocalDateTimeRangeFilter input

Filter hotel bookings based on their check-out date and time. Optional.

Hotel bookings with no estimated check-out time will be returned if the check-out date is within the specified value(s).

HotelBookingSearchFilterInput.paymentStatuses ● [PaymentStatus!] list enum

Filter hotel bookings based on their payment status. Optional.