Skip to content

Payment Id Criterion

The Id Search Criterion searches for payments based on the payment ID.

Arguments

  • id - integer that represents the payment ID

Example

PHP

1
2
3
4
5
use Ibexa\Contracts\Payment\Payment\PaymentQuery;

$query = new PaymentQuery(
    new \Ibexa\Contracts\Payment\Payment\Query\Criterion\Id(2)
);