AvailabilityResult Class |
Namespace: Tse.EasyBook.Server.DataContracts
public class AvailabilityResult : DataContractEntityWeb
The AvailabilityResult type exposes the following members.
| Name | Description | |
|---|---|---|
| AvailabilityResult |
| Name | Description | |
|---|---|---|
| ArrivalDate |
The arrival date
| |
| Articles |
A list of available articles to purchase for this rental object.
| |
| CleaningOptions |
An enumeration specifying the cleaning options available for a rental object. The 3 possible values are Optional, Included and Onsite.
Please see CleaningOptionsWebEnum for further details.
| |
| CleaningOptionsAll | ||
| CleaningPrice |
Cleaning price
| |
| Comments |
If any extra conditions or comments apply to the rental object in the specific booking period it is stated here.
For example: No renting to youth groups.
| |
| DepartureDate |
The departure date
| |
| DepositPrice |
The deposit price.
| |
| Discount |
Any discount for the tennancy is provided listed here
| |
| Id |
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.) | |
| Installments |
The list of calculated installments. See IncludeInstallments.
| |
| IsOption |
Indicates if the current interval is an option/preorder interval or not.
| |
| PetFeePerPet |
True if pet fee applies to each pet.
| |
| PetFeePrice |
Pet fee price. See also | |
| Price |
The total price of the tennancy incuding feeds and any mandatory (included) cleaning if applicable.
| |
| RentalObjectNo |
Rental object number
| |
| Vacancy |
Vacancy details. Possible values are: Undefined, Vacant, CalendarConflict, WinterRentalRulesDk9WeeksExceeded, WinterRentalRulesDk4WeeksPerTenancyExceeded, PartnerBookingDisallowed.
| |
| VacancyResult |
Details for vacancy. DEPRECATED. Use Vacancy instead.
| |
| Vacant |
True if available for renting otherwise false
|