Offer
Offers for the activity.
Parameters
id
The numerical identifier for the offer.
title
A descriptive title for this offer.
duration
The anticipated time duration for the activity, e xpressed using Java JDK duration format.
available Time Slots
The list of available Time Slots for the activity.
offer Price
description
Description of this offer.
links
Container of HATEOAS URL's
Constructors
Link copied to clipboard
public Offer Offer(Integer id, String title, String duration, List<AvailableTimeSlot> availableTimeSlots, ActivitiesPrice offerPrice, String description, Map<String, ActivitiesLink> links)