Click or drag to resize

AttractionWebAgeIntervals Property

A list of age intervals that the attraction operates with

Namespace:  Tse.EasyBook.Server.DataContracts
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public IList<AgeIntervalWeb> AgeIntervals { get; set; }

Property Value

Type: IListAgeIntervalWeb
Remarks
Many attractions and themeparks operate with different age intervals and thus different ticket prices. Considering the age interval of the buyers are an important step in finding the correct ticket article to sell. Ticket articles and age intervals are linked together.
See Also