Continuous Leg Dto
@Xml(name = "ContinuousLeg" )
Created by Michael Ruppen on 12.07.2024
Constructors
Link copied to clipboard
constructor(@Element(name = "LegStart" ) legStart: LegStartEndDto, @Element(name = "LegEnd" ) legEnd: LegStartEndDto, @PropertyElement(name = "Duration" ) duration: Duration)