Click or drag to resize

RentalObjectSearchItemWebCleaningOptionsAll Property

A new larger enumeration describing all cleaning options for the rental object. In the future everybody should use this field rather than CleaningOptions Possible values: Optional(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. Included(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. OnSite(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. OnSiteMandatory(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. IncludedFree(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.

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 CleaningOptionsAllWebEnum CleaningOptionsAll { get; set; }

Property Value

Type: CleaningOptionsAllWebEnum
See Also