Click or drag to resize

CleaningOptionsAllWebEnum Enumeration

New enumeration for all 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 CleaningOptionsAllWebEnum
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.
OnSiteMandatory3 3: The cleaning must be ordered on site. The cleaning can not be ordered when creating a booking. A price for the cleaning is not specified.
IncludedFree4 4: The cleaning is included in the rental object price, but are free of cost meaning no cleaning is added to the order and the price for the cleaning 0.
See Also