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