Click or drag to resize

ArticleOrderWebIncludedInRentalPrice Property

Indicates if the amount of this article line was included in the rental price and hence included for the customer.

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 bool IncludedInRentalPrice { get; set; }

Property Value

Type: Boolean
Remarks
This value is only required serverside and is not available to the caller.
See Also