• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Item/LogMessage/PaymentNotPaid.php
  • Класс: Bitrix\Crm\Service\Timeline\Item\LogMessage\PaymentNotPaid
  • Вызов: PaymentNotPaid::getContentBlocks
public function getContentBlocks(): ?array
{
	return [
		'details' => $this->getPaymentDetailsContentBlock(),
	];
}