Click or drag to resize

AvailabilityResult Properties

The AvailabilityResult type exposes the following members.

Properties
  NameDescription
Public propertyArrivalDate
The arrival date
Public propertyArticles
A list of available articles to purchase for this rental object.
Public propertyCleaningOptions
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.
Public propertyCleaningOptionsAll
Public propertyCleaningPrice
Cleaning price
Public propertyComments
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.
Public propertyDepartureDate
The departure date
Public propertyDepositPrice
The deposit price.
Public propertyDiscount
Any discount for the tennancy is provided listed here
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyInstallments
The list of calculated installments. See IncludeInstallments.
Public propertyIsOption
Indicates if the current interval is an option/preorder interval or not.
Public propertyPetFeePerPet
True if pet fee applies to each pet.
Public propertyPetFeePerWeek
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.
  • ...
Public propertyPetFeePrice
Pet fee price. See also
Public propertyPrice
The total price of the tennancy incuding feeds and any mandatory (included) cleaning if applicable.
Public propertyRentalObjectNo
Rental object number
Public propertyVacancy
Vacancy details. Possible values are: Undefined, Vacant, CalendarConflict, WinterRentalRulesDk9WeeksExceeded, WinterRentalRulesDk4WeeksPerTenancyExceeded, PartnerBookingDisallowed.
Public propertyVacancyResult
Details for vacancy. DEPRECATED. Use Vacancy instead.
Public propertyVacant
True if available for renting otherwise false
Top
See Also