RentalObjectsCombinedWebResultArticles Property |
A list of additional article numbers that can be sold (Booking or UpdateOrder) for one or more rental objects.
The list
ArticleNumbers specifies which of these articles, that can be sold for a specific rental object.
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