categories property
getter/setter pair
Categories associated with phone number. Note: In case LandlinePhone.categories are not empty, then LandlinePhone.phoneNumber should be used according to given categories. Otherwise, LandlinePhone.phoneNumber is meant for general use.
Implementation
List<PlaceCategory> categories;