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