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