1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
irecurring.php
См. документацию.
1<?php
2
3namespace Bitrix\Sale\PaySystem;
4
5use Bitrix\Main\Request,
6 Bitrix\Sale\Payment;
7
13interface IRecurring
14{
21
28
33 public function isRecurring(Payment $payment): bool;
34}
if(!Loader::includeModule('catalog')) if(!AccessController::getCurrent() ->check(ActionDictionary::ACTION_PRICE_EDIT)) if(!check_bitrix_sessid()) $request
Определения catalog_reindex.php:36
Определения request.php:10
Определения payment.php:19
repeatRecurrent(Payment $payment, Request $request=null)
cancelRecurrent(Payment $payment, Request $request=null)
$payment
Определения payment.php:14