Skip to main content

TravelBookingSearchFilterInput

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

input TravelBookingSearchFilterInput {
arrival: OpenEndedLocalDateTimeRangeFilter
departure: OpenEndedLocalDateTimeRangeFilter
paymentStatuses: [PaymentStatus!]
}

Fields

TravelBookingSearchFilterInput.arrival ● OpenEndedLocalDateTimeRangeFilter input

Filter travel bookings based on their arrival date and time. Optional.

Travel bookings with no estimated time of arrival will be returned if the arrival date is within the specified value(s).

TravelBookingSearchFilterInput.departure ● OpenEndedLocalDateTimeRangeFilter input

Filter travel bookings based on their departure date and time. Optional.

Travel bookings with no estimated time of departure will be returned if the departure date is within the specified value(s).

TravelBookingSearchFilterInput.paymentStatuses ● [PaymentStatus!] list enum

Filter travel bookings based on their payment status. Optional.