IOrderServiceItemRemainingLimitCost Property |
Predicted cost of the remaining time limit. Zero, if the
TimeLimit is not set. If the time limit is set, but it's less than total time of the
Periods, remaining time limit is zero and therefore it's cost is also zero. For example, if timing step is one minute, the time limit was set to 1 hour and 20 minutes already passed, there will be one or more periods with total time of 20 minutes and their respective costs, then the cost of remaining 40 minutes will be predicted using schedule. This cost will go down with the lapse of time, because while time of some period increases, the remaining time limit decreases. After 15 minutes total periods time will be 35 mins (20+15) and
RemainingLimitCost will represent cost of the remaining 25 mins.
Namespace:
Resto.Front.Api.Data.Orders
Assembly:
Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax decimal RemainingLimitCost { get; }
Property Value
Type:
DecimalSee Also