Click or drag to resize

DetailsResultConsumptionArticles Property

A list of consumption articles registered on the rental object. Use this to see what the consumption prices are for a tennancy.

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<ArticleWeb> ConsumptionArticles { get; set; }

Property Value

Type: IListArticleWeb
See Also