Click or drag to resize

AttractionsCriteriaDepartureDate Property

Departure date used to correctly fill the list of available ticket articles (and its corresponding price) for each attraction returned by the service method.

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 DateTime? DepartureDate { get; set; }

Property Value

Type: NullableDateTime
Remarks
If null or empty no ticket article information is returned for the attractions
See Also