data
class
ListReorderRequestBody
(
@SerializedName
(
"tourIdentifier"
)
val
tourIdentifier
:
TourIdentifier,
@SerializedName
(
"planstoppListElements"
)
val
planstoppListElements
:
List
<
PlanstoppListElement
>
,
)