PaymentCollectionStateReasonFilterInput
No description
input PaymentCollectionStateReasonFilterInput {
eq: PaymentCollectionStateReason
ne: PaymentCollectionStateReason
gt: PaymentCollectionStateReason
gte: PaymentCollectionStateReason
lt: PaymentCollectionStateReason
lte: PaymentCollectionStateReason
in: [PaymentCollectionStateReason]
nin: [PaymentCollectionStateReason]
}