Your IP : 216.73.216.86


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