ShortStayRuleWeb Class |
Namespace: Tse.EasyBook.Server.DataContracts
public class ShortStayRuleWeb : DataContractBase
The ShortStayRuleWeb type exposes the following members.
| Name | Description | |
|---|---|---|
| ShortStayRuleWeb |
| Name | Description | |
|---|---|---|
| Days |
The amount of days allowed by this rule.
| |
| Rate |
Percentage addition to the total price per day if the length of the shortstay is Days. Total price = ("week price" / 7) * Days * (1 + Rate/100)
|