- Documentation >
- Search >
- Payment Method Search Criteria >
- Type
Payment Method Type Criterion
The Type
Search Criterion searches for payment methods based on payment method type.
Arguments
type
- string that represents a payment method type
Example
| $query->query = new \Ibexa\Contracts\Payment\PaymentMethod\Query\Criterion\Type('offline');
|