DetailsResultArticles Property |
A list of available articles for the rental object. These can be parsed in as extra purchases by using the "Booking" or UpdateOrder service.
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)
Syntaxpublic IList<ArticleWeb> Articles { get; set; }
Property Value
Type:
IListArticleWeb
See Also