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/irefund.php

<?php

namespace Bitrix\Sale\PaySystem;

use Bitrix\Sale\Payment;

interface IRefund
{
	public function refund(Payment $payment, $refundableSum);
}