• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/paysystem/clienttype.php
  • Класс: BitrixSalePaySystemClientType
  • Вызов: ClientType::getAvailableValues
static function getAvailableValues(): array
{
	return [
		self::B2C,
		self::B2B,
	];
}