Transfer Leg Dto
@Xml(name = "TransferLeg" )
Created by Michael Ruppen on 28.06.2024
Constructors
Link copied to clipboard
constructor(@PropertyElement(name = "TransferType" ) transferType: TransferType, @Element(name = "LegStart" ) legStart: LegStartEndDto, @Element(name = "LegEnd" ) legEnd: LegStartEndDto, @PropertyElement(name = "Duration" ) duration: Duration)