| Current Path : /var/www/homesaver/www/bitrix/modules/sale/lib/paysystem/ |
| Current File : /var/www/homesaver/www/bitrix/modules/sale/lib/paysystem/irefund.php |
<?php
namespace Bitrix\Sale\PaySystem;
use Bitrix\Sale\Payment;
interface IRefund
{
public function refund(Payment $payment, $refundableSum);
}