Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- data class ListReorderRequestBody(
- @SerializedName("tourIdentifier") val tourIdentifier: TourIdentifier,
- @SerializedName("planstoppListElements") val planstoppListElements: List<PlanstoppListElement>,
- )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement