| Current Path : /var/www/homesaver/www/bitrix/js/location/core/src/entity/address/ |
| Current File : /var/www/homesaver/www/bitrix/js/location/core/src/entity/address/addresstype.js |
import LocationType from '../location/locationtype';
export default class AddressType extends LocationType
{
static POSTAL_CODE = 50;
static ADDRESS_LINE_2 = 600;
static RECIPIENT_COMPANY = 700;
static RECIPIENT = 710;
static PO_BOX = 800;
}