Your IP : 3.129.63.108


Current Path : /home/bitrix/ext_www/klimatlend.ua/bitrix/modules/sale/lib/cashbox/
Upload File :
Current File : /home/bitrix/ext_www/klimatlend.ua/bitrix/modules/sale/lib/cashbox/icheckable.php

<?php

namespace Bitrix\Sale\Cashbox;

use Bitrix\Sale\Result;

interface ICheckable
{
	/**
	 * @param Check $check
	 * @return Result
	 */
	public function check(Check $check);
}