Click or drag to resize

ArticleBaseWebPriceIntervalDate Property

The property is only relevant for either the Booking or the UpdateOrder methods and for articles of the type Ticket. Fill this property with PriceExampleWeb.ValidFrom date to select an alternative price/validity interval. If this property is NOT filled out the price/validity interval containing the arrival date will be selected.

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

Property Value

Type: NullableDateTime
Remarks
Optionally when used in either the "Booking" or the "UpdateOrder" service method
See Also