Point Of Interest Dto
constructor(privateCodes: List<PrivateCodeDto>? = emptyList(), publicCode: String, name: NameDto, nameSuffix: NameDto? = null, pointOfInterestCategory: List<PointOfInterestCategoryDto>? = emptyList(), poiAdditionalInformation: PointOfInterestAdditionalInformationDto? = null, topographicPlaceRef: String? = null)