Skip to content
For AI agents: the complete documentation index is available at llms.txt; this page is also available as Markdown at index.md.

Payment Method Name Criterion

The Name Search Criterion searches for payment methods based on the existing payment method name.

Arguments

  • name - string that represents the payment method name

Example

PHP

1
2
3
4
5
use Ibexa\Contracts\Payment\PaymentMethod\PaymentMethodQuery;

$query = new PaymentMethodQuery(
    new \Ibexa\Contracts\Payment\PaymentMethod\Query\Criterion\Name('Credit Card')
);