Stop Point Dto
constructor(privateCodes: List<PrivateCodeDto>? = emptyList(), stopPointRef: String, stopPointName: NameDto? = null, nameSuffix: NameDto? = null, plannedQuay: NameDto? = null, estimatedQuay: NameDto? = null, parentRef: String? = null, topographicPlaceRef: String? = null, wheelchairAccessible: Boolean? = null, lighting: Boolean? = null, covered: Boolean? = null)