1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
fieldtype.php
См. документацию.
1<?php
2
3namespace Bitrix\Location\Entity\Address;
4
5use Bitrix\Location\Entity\Location;
6
13final class FieldType extends Location\Type
14{
15 public const POSTAL_CODE = 50;
16
17 public const ADDRESS_LINE_2 = 600;
18 public const RECIPIENT_COMPANY = 700;
19 public const RECIPIENT = 710;
20 public const PO_BOX = 800;
21}