• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/terminal/paymenthelper.php
  • Класс: Bitrix\Crm\Terminal\PaymentHelper
  • Вызов: PaymentHelper::isPayment
static function isPayment($payment): bool
{
	return $payment instanceof Crm\Order\Payment;
}