• Модуль: crmmobile
  • Путь к файлу: ~/bitrix/modules/crmmobile/lib/Dto/VatRate.php
  • Класс: BitrixCrmMobileDtoVatRate
  • Вызов: VatRate::getCasts
public function getCasts(): array
{
	return [
		'id' => Type::int(),
		'name' => Type::string(),
		'value' => Type::float()->nullable(),
	];
}