• Модуль: ui
  • Путь к файлу: ~/bitrix/modules/ui/lib/barcode/datagenerator/financialtransactionsru.php
  • Класс: BitrixUIBarcodeDataGeneratorimplements
  • Вызов: implements::setCorrespondentAccount
public function setCorrespondentAccount(string $correspondentAccount): self
{
	$this->fields[static::FIELD_CORRESPONDENT_ACCOUNT] = $correspondentAccount;

	return $this;
}