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)
Syntaxpublic bool IncludedInRentalPrice { get; set; }
Property Value
Type:
Boolean
RemarksThis value is only required serverside and is not available to the caller.
See Also