Click or drag to resize

BookingCriteriaArticles Property

A list of additional articles to purchase for the house

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<ArticleBaseWeb> Articles { get; set; }

Property Value

Type: IListArticleBaseWeb
Remarks
This property is optional. When ordering extra articles during a booking, it is important to ensure that the ordered articles have either the ArticleNumber or ID property set to the correct ID. The count value (ie. the number of ordered items) must also be set to a value higher than 0 for the sale to go through.
See Also