SponsorshipPaymentDetailsSearchFilterInput
Defines the sponsorship payment details filter criteria used when searching for sponsorships 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 SponsorshipPaymentDetailsSearchFilterInput {
paymentStatuses: [PaymentStatus!]
}
Fields
SponsorshipPaymentDetailsSearchFilterInput.paymentStatuses ● [PaymentStatus!] list enum
Filter sponsorships based on their payment statuses. Optional.