Your IP : 216.73.216.86


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