Namespace:
Resto.Front.Api.Data.Orders
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxpublic RateSchedule(
ServiceTimingMode timingMode,
TimeSpan? minimumDuration,
TimeSpan timingStep,
IReadOnlyList<RateScheduleItem> items
)
Parameters
- timingMode
- Type: Resto.Front.Api.Data.OrdersServiceTimingMode
- minimumDuration
- Type: SystemNullableTimeSpan
- timingStep
- Type: SystemTimeSpan
- items
- Type: System.Collections.GenericIReadOnlyListRateScheduleItem
See Also