Click or drag to resize

CleaningOptionsWebEnum Enumeration

Enumeration for cleaning options for a rental object

Namespace:  Tse.EasyBook.Server.DataContracts.ValueTypes
Assembly:  Tse.EasyBook.Server.DataContractsModelCommon (in Tse.EasyBook.Server.DataContractsModelCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public enum CleaningOptionsWebEnum
Members
  Member nameValueDescription
Optional0 0: The cleaning is optional and can be ordered for the rental object when performing a booking. A price for the cleaning is also specified.
Included1 1: The cleaning is included in the rental object price and cleaning is automatically added to the order. A price for the cleaning is not specified.
OnSite2 2: The cleaning is ordered on site. The cleaning can not be ordered when creating a booking. A price for the cleaning is not specified.
See Also