Click or drag to resize

AccountEntryWebConsumptionArticles Property

A list of consumption articles associated with an end-settlment. Only contains items if the property EndSettlement is set to TRUE. The list can be empty.

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

Property Value

Type: IListConsumptionArticleOrderWeb
See Also