Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/sale/lib/paysystem/cashbox/events/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/sale/lib/paysystem/cashbox/events/iexecuteevent.php

<?php

namespace Bitrix\Sale\PaySystem\Cashbox\Events;

use Bitrix\Sale;

/**
 * Interface IExecuteEvent
 * @package Bitrix\Sale\PaySystem\Cashbox\Events
 */
interface IExecuteEvent
{
	public function executeEvent(): Sale\Result;
}