Notice: You are browsing the documentation for PrestaShop 9, which is currently in development.

You might want to read the documentation for the current version, PrestaShop 8. Read the current version of this page

CreditSlip domain

CreditSlip Commands

CreditSlip Queries

GetCreditSlipIdsByDateRange

PrestaShop\PrestaShop\Core\Domain\CreditSlip\Query\GetCreditSlipIdsByDateRange Gets CreditSlipIds for provided date range

Query details
Constructor parameters
  • $DateTime $dateTimeFrom
  • $DateTime $dateTimeTo
Handler class PrestaShop\PrestaShop\Adapter\CreditSlip\QueryHandler\GetCreditSlipIdsByDateRangeHandler

Implements:

  • PrestaShop\PrestaShop\Core\Domain\CreditSlip\QueryHandler\GetCreditSlipIdsByDateRangeHandlerInterface
Return type PrestaShop\PrestaShop\Core\Domain\CreditSlip\ValueObject\CreditSlipId[]