Point Of Interest Dto
@Serializable
Created by Deniz Kalem on 25.03.2025
Constructors
Link copied to clipboard
constructor(privateCodes: List<PrivateCodeDto>? = emptyList(), publicCode: String, name: NameDto, nameSuffix: NameDto? = null, pointOfInterestCategory: List<PointOfInterestCategoryDto>? = emptyList(), poiAdditionalInformation: PointOfInterestAdditionalInformationDto? = null, topographicPlaceRef: String? = null)