- Documentation >
- Search >
- Payment Search Criteria >
- Currency
Payment Currency Criterion
The Currency
Search Criterion searches for payments based on the currency code.
Arguments
currency
- string that represents a currency code
Example
| $query->query = new \Ibexa\Contracts\Payment\Payment\Query\Criterion\Currency('EUR');
|