This documentation is for a version that has reached its End Of Life. Such versions are no longer supported and don't receive security updates. Consider updating to a newer version.
Payment Method Sort Clauses¶
Payment Method Sort Clauses are only supported by Payment Method Search (PaymentMethodService::findPaymentMethods
).
By using Sort Clauses you can filter payment methods by specific attributes, for example: creation date, ID, and so on.
Sort Clause | Sorting based on |
---|---|
CreatedAt | Date and time when payment method was created |
Enabled | Payment method status |
Id | Payment method ID |
Identifier | Payment method identifier |
UpdatedAt | Date and time when payment method status was updated |