Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 406 Bytes

payment_method_name_criterion.md

File metadata and controls

20 lines (13 loc) · 406 Bytes
description edition
Payment Method Name Criterion
commerce

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

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