RateScheduleItems Property |
List of non-default rates. Each item is a set of non-intersecting time intervals having own price.
All time intervals that are not covered by any of the schedule items have a default price.
Namespace:
Resto.Front.Api.Data.Orders
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax Remarks
Time intervals pricing difference is implemented via binding to different products (
IProduct).
Order item of a service type (
IOrderServiceItem) has a primary service product (
Service)
and additional rate products (
Service), which are specified by the rates schedule (
RateSchedule).
See Also