• Модуль: documentgenerator
  • Путь к файлу: ~/bitrix/modules/documentgenerator/lib/entity/sale/payment.php
  • Класс: BitrixDocumentGeneratorEntitySalePayment
  • Вызов: Payment::getValue
public function getValue($name)
{
	if($this->payment)
	{
		return $this->payment->getField($name);
	}

	return '';
}