PetFeeIntervalPricePerWeek Property |
True if the pet fee price is per week for the rental period otherwise false.
If true, the pet fee price calculation is: WeeksFactor * price.
The WeeksFactor is an integer number with the following values:
- 1: The duration of the rental period is less than or equal to 7 days.
- 2: The duration of the rental period is greater than 7 and less than or equal to 14 days.
- 3: The duration of the rental period is greater than 14 and less than or equal to 21 days.
- 4: The duration of the rental period is greater than 21 and less than or equal to 28 days.
- ...
Namespace:
Tse.EasyBook.Server.DataContracts
Assembly:
Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool PricePerWeek { get; set; }Property Value
Type:
Boolean
See Also