FunctionFeeTypeSearchFilterInput
Defines the filter criteria used when searching for function fee types in EventsAir.
The following rules apply:
- Where a field accepts a list of values as a filter, those values are applied using an
ORoperator. - If specifying multiple fields to filter on (for example both
namesanduniqueCodes), fields are applied using anANDoperator.
input FunctionFeeTypeSearchFilterInput {
ids: [ID!]
names: [String!]
uniqueCodes: [String!]
}
Fields
FunctionFeeTypeSearchFilterInput.ids ● [ID!] list scalar
Filter functions based on their function fee type identifiers(s). Optional.
FunctionFeeTypeSearchFilterInput.names ● [String!] list scalar
Filter functions based on their function fee type name(s). Optional.
FunctionFeeTypeSearchFilterInput.uniqueCodes ● [String!] list scalar
Filter functions based on their function fee type unique code(s). Optional.