Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/js/location/core/src/entity/address/
Upload File :
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;
}