• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/exchange/integration/service/internal/entity/company.php
  • Класс: BitrixSaleExchangeIntegrationServiceInternalEntityCompany
  • Вызов: Company::setAddressCity
public function setAddressCity($value)
{
	$this->fields->set('ADDRESS_CITY', $value);
	return $this;
}