Click or drag to resize

RateSchedule Constructor

Initializes a new instance of the RateSchedule.

Namespace:  Resto.Front.Api.Data.Orders
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
public 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