• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/recurring/entity/item/invoicenew.php
  • Класс: Bitrix\Crm\Recurring\Entity\Item\InvoiceNew
  • Вызов: InvoiceNew::getChangeableFields
protected function getChangeableFields()
{
	return [
		'INVOICE_ID', 'PARAMS', 'IS_LIMIT', 'LIMIT_REPEAT', 'LIMIT_DATE', 'START_DATE', 'SEND_BILL', 'EMAIL_ID'
	];
}