Fields documentation for VacancyOptionsWeb
Name | Type | Summery | Remarks |
---|---|---|---|
ArrivalFromDate | DateTime | The first arrival date to check. | When VacancyCheck is Wide or All this is considered the lower boundary of the search window to search |
ArrivalWeekday | Nullable<WeekdayEnum> | Weekday of vacancy to check. If null the default arrival day on the rental object is used. | Only used when VancancyCheck is Wide |
Days | Int32 | Duration of vacancy in days. | |
DaysTo | Int32 | Maximum duration of vacancy in days. If this value is higher than Days and the search type is "All", then all vacation lengths between Days and DaysTo are examined. | |
Id | Int32 | Unique Id for the entity. This Id is unchanged throughout the entity's lifetime. | |
IgnoreVacancy | Boolean | Whether or not to ignore vacancy. | |
IgnoreVacationTypes | Boolean | Whether or not to ignore rules defined in vacation types. | |
MaxAdjustAlternativeArrivalDates | Int32 | The maximum amount of days to adjust the arrival date in order to find alternative dates. | Only used when VancancyCheck is Specific |
SearchType | SearchTypeWebEnum | How to check for vacancy. | |
WindowToDate | DateTime | The upper bound of the search window to check. | Only used when VacancyCheck is Wide. this is considered the upper boundary of the search window to search |