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/isupportprintcheck.php

<?php

namespace Bitrix\Sale\PaySystem\Cashbox;

/**
 * Interface ISupportPrintCheck
 * @package Bitrix\Sale\PaySystem\Cashbox
 */
interface ISupportPrintCheck
{
	public static function getCashboxClass(): string;
}