var tour = TgTourSet().apply { this.items = listOf(TgTourSetItem().apply { this.priceDetail = priceDetail this.occupation = tgRoomOccupation this.tour = tour }) this.totalPrice = bestOffer.totalPrice.toDouble() this.totalDiscount = priceDetail.discount }