%PDF- %PDF-
| Direktori : /home/bitrix/www/bitrix/modules/sale/lib/paysystem/ |
| Current File : //home/bitrix/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();
}