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