Your IP : 172.69.214.232


Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/modules/location/lib/entity/location/
Upload File :
Current File : /var/www/element/data/www/revenuestory.ru/bitrix/modules/location/lib/entity/location/fieldtype.php

<?php

namespace Bitrix\Location\Entity\Location;

/**
 * Location Fields types
 *
 * Class FieldType
 * @package Bitrix\Location\Entity\Location;
 */
final class FieldType
{
	public const POSTAL_CODE = 50;
	public const ISO_3166_1_ALPHA_2 = 1000;
}