• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/paysystem/cashbox/events/deletecashboxesondisabledfiscalization.php
  • Класс: BitrixSalePaySystemCashboxEventsDeleteCashboxesOnDisabledFiscalization
  • Вызов: DeleteCashboxesOnDisabledFiscalization::__construct
public function __construct(SalePaySystemService $service, string $kkmId)
{
	$this->service = $service;
	$this->kkmId = $kkmId;
}