%PDF- %PDF-
Direktori : /proc/self/root/home/bitrix/www/bitrix/modules/sale/lib/paysystem/ |
Current File : //proc/self/root/home/bitrix/www/bitrix/modules/sale/lib/paysystem/ipayable.php |
<?php namespace Bitrix\Sale\PaySystem; use Bitrix\Sale\Payment; interface IPayable { public function getPrice(Payment $payment); }