ServiceTimingMode Enumeration | 
 
            Time rate calculation modes, which specifies how to treat rate schedule interval bounds.
            
 
    Namespace: 
   Resto.Front.Api.Data.Orders
    Assembly:
   Resto.Front.Api.V7Preview7 (in Resto.Front.Api.V7Preview7.dll)
Syntaxpublic enum ServiceTimingMode
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | DayTime | 0 | 
            Rate schedule interval bounds are relative to a day start.
            Allows to have different rates for different times of a day, e.g. reduced price for morning hours and advanced price for evening hours,
            which helps to keep balance between prime time and unpopular periods of a day.
             | 
 | ServiceTime | 1 | 
            Rate schedule interval bounds are relative to a service start.
            It allows to have different rates for different service hours, e.g. full price for the first hour of the service, 90% price for the second hour and so on,
            which motivates to increase service duration.
             | 
See Also