DetailsCriteria Class |
Namespace: Tse.EasyBook.Server.DataContracts
public class DetailsCriteria : DataContractBase
The DetailsCriteria type exposes the following members.
Name | Description | |
---|---|---|
![]() | DetailsCriteria |
Name | Description | |
---|---|---|
![]() | ArrivalDate |
The arrival date of the potential tennancy.
|
![]() | CurrencyIsoCode |
ISO 4217 currency code used to calulate prices.
|
![]() | CustomerType |
The customer type is used by the "Details" service to calculate a correct set of suggested installments.
Payment terms may differ if the customer is a person or company. Setting this to the appropriate customer type will ensure that
the installment calculation returns the correct installments (ie. the same installments that the booking service will calculate).
|
![]() | DepartureDate |
The departure date of the potential tennancy.
|
![]() | ExcludeArticles |
Set this property to true to exclude articles from the service reply. The Articles will then be empty.
|
![]() | ExcludeAssessments |
Set this property to true to exclude assessments from the details result.
|
![]() | ExcludeAttributes |
Set this property to true to exclude attributes from the service reply. The [!:DetailsResult.Attributes] will then be empty.
|
![]() | ExcludeCalendar |
Set this property to true to exclude calendar date from the service reply. The Calendar will then be null.
|
![]() | ExcludeDetails |
Set this property to true to exclude vacancy details and catalogue text from the details result.
|
![]() | ExcludeInstallments |
Set this property to true to exclude installments from the service reply. The Installments will then be empty.
|
![]() | ExcludePictures |
Set this property to true to exclude pictures from the service reply. The Pictures will then be empty.
|
![]() | ExcludePriceCalculationDetails |
Include Price Calculation Details or not. Please remember including the details will costs some performance.
|
![]() | IncludeArticles |
To incude additional articles in the DetailsResult.Price and DetailsResult.Installments collection, add the requested articles and count to this collection.
|
![]() | IncludeCalendarDurations |
Set this property to true to include calendar days string in the new duration format in the field CalendarDurations.
Otherwite the field CalendarDurations will be null.
|
![]() | IncludeCleaning |
To incude cleaning price in the DetailsResult.Price and DetailsResult.Installments collection, set this property to true.
If the house has cleaning included in the price, this property is ignored.
|
![]() | IncludeConsumptionMeters | |
![]() | IncludeDeposit |
To incude cleaning price in the DetailsResult.Price and DetailsResult.Installments collection, set this property to true.
|
![]() | IncludeNumberOfPets |
To incude pet fees in the DetailsResult.Price and DetailsResult.Installments collection, set this property to the number of pets.
|
![]() | IncludeTipRentalObjectDesc |
If true, the possible latest created Tip of the category OwnerRentalObjDesc
is include in the result in the field TipRentalObjectDesc.
|
![]() | NumberOfPersons |
This property is used to calculate any person related discounts if available.
This should hold the value as the number of adults, adolescents and children combined.
|
![]() | RentalObjectNo |
The rental object to find details for.
|