Click or drag to resize

AvailabilityResult Class

Data contract for the resulting output of the "Availability" service
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsDataContractEntityWeb
      Tse.EasyBook.Server.DataContractsAvailabilityResult

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)
Syntax
C#
public class AvailabilityResult : DataContractEntityWeb

The AvailabilityResult type exposes the following members.

Constructors
  NameDescription
Public methodAvailabilityResult
Top
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 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