PayMethodSortInput
Sorting configuration for payment method results.
Defines a single sort criterion with field and direction for ordering payment method query results.
input PayMethodSortInput {
field: PayMethodSortField!
order: SortOrder!
}
Fields
PayMethodSortInput.field
● PayMethodSortField!
non-null enum
Field to sort payment methods by.
Specifies which payment method property to use for sorting the results.
PayMethodSortInput.order
● SortOrder!
non-null enum
Sort order direction.
Specifies whether to sort in ascending or descending order. Defaults to ascending order.
Member Of
PayMethodSearchInput
input