Your IP : 18.220.41.211


Current Path : /home/bitrix/ext_www/klimatlend.ua/bitrix/modules/sale/lib/paysystem/
Upload File :
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();
}