PayMethodSearchInput
Search criteria for filtering payment methods with comprehensive options.
Provides flexible search capabilities for payment method discovery including date range filtering, identifier-based searches, and custom sorting. Supports pagination for large payment method catalogs.
input PayMethodSearchInput {
page: Int
offset: Int
createdAt: DateSearchInput
lastModifiedAt: DateSearchInput
ids: [Int!]
externalCodes: [String!]
sortInputs: [PayMethodSortInput!]
}