| Current Path : /var/www/homesaver/www/bitrix/modules/sale/lib/paysystem/cashbox/events/ |
| 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;
}