ExhibitionBookingPaymentDetailsSearchFilterInput
Defines the exhibition booking payment details filter criteria used when searching for exhibition bookings in EventsAir.
The following rules apply:
- Where a field accepts a list of values as a filter, those values are applied using an
ORoperator.
input ExhibitionBookingPaymentDetailsSearchFilterInput {
paymentStatuses: [PaymentStatus!]
}
Fields
ExhibitionBookingPaymentDetailsSearchFilterInput.paymentStatuses ● [PaymentStatus!] list enum
Filter exhibition bookings based on their payment statuses. Optional.