Current Path : /home/bitrix/ext_www/klimatlend.ua/bitrix/modules/sale/lib/paysystem/ |
Current File : /home/bitrix/ext_www/klimatlend.ua/bitrix/modules/sale/lib/paysystem/irefundextended.php |
<?php namespace Bitrix\Sale\PaySystem; /** * Interface IRefundExtended * @package Bitrix\Sale\PaySystem */ interface IRefundExtended extends IRefund { /** * @return bool */ public function isRefundableExtended(); }