DetailsCriteriaIncludeArticles Property |
To incude additional articles in the DetailsResult.Price and DetailsResult.Installments collection, add the requested articles and count to this collection.
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<ArticleBaseWeb> IncludeArticles { get; set; }
Property Value
Type:
IListArticleBaseWeb
RemarksThis property is optional. When adding extra articles, it is important to ensure that the ordered articles have either the
ArticleNumber or ID property set to the correct ID. The count value (ie. the number of ordered items) must also be set to a value higher than 0 for the sale to go through.
See Also