• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/classes/general/vi_account.php
  • Класс: CVoxImplantAccount
  • Вызов: CVoxImplantAccount::ClearAccountInfo
public function ClearAccountInfo()
{
	$this->SetAccountName(null);
	$this->SetAccountBalance(0);
	$this->SetAccountCurrency(null);
}