| Current Path : /var/www/homesaver/www/bitrix/modules/sale/lib/paysystem/cashbox/ |
| Current File : /var/www/homesaver/www/bitrix/modules/sale/lib/paysystem/cashbox/ifiscalizationaware.php |
<?php
namespace Bitrix\Sale\PaySystem\Cashbox;
use Bitrix\Sale\Payment;
/**
* Interface IFiscalizationAware
*
* @package Bitrix\Sale\PaySystem\Cashbox
*/
interface IFiscalizationAware
{
public function isFiscalizationEnabled(Payment $payment): bool;
}