Click or drag to resize

RentalObjectCombinedWebArticleNumbers Property

A list of additional article numbers that can be sold (Booking or UpdateOrder) for this rental object. The price of the article can be found via the article number in the list Articles

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<string> ArticleNumbers { get; set; }

Property Value

Type: IListString
See Also