CheckPaymentDetailsSearchFilterInput
Defines the check payment details filter criteria used when searching for payments 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 CheckPaymentDetailsSearchFilterInput {
numbers: [String!]
}
Fields
CheckPaymentDetailsSearchFilterInput.numbers ● [String!] list scalar
Filter payments based on their check payment numbers. Optional.