• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/paysystem/service.php
  • Класс: BitrixSalePaySystemService
  • Вызов: Service::getClientType
public function getClientType()
{
	return (string)($this->fields['PS_CLIENT_TYPE'] ?? $this->getClientTypeFromHandler());
}