Click or drag to resize

RateScheduleItem Constructor

Initializes a new instance of the RateScheduleItem.

Namespace:  Resto.Front.Api.Data.Orders
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
public RateScheduleItem(
	IProduct service,
	IReadOnlyList<RateScheduleInterval> intervals
)

Parameters

service
Type: Resto.Front.Api.Data.AssortmentIProduct
intervals
Type: System.Collections.GenericIReadOnlyListRateScheduleInterval
See Also