ArticlesResult Class |
Namespace: Tse.EasyBook.Server.DataContracts
public class ArticlesResult : DataContractBase
The ArticlesResult type exposes the following members.
| Name | Description | |
|---|---|---|
| ArticlesResult |
| Name | Description | |
|---|---|---|
| Articles |
A list of available articles for the provided rental object
| |
| CleaningOptions |
An enumeration describing the various cleaning options for the rental object.
| |
| CleaningOptionsAll | ||
| CleaningPrice |
A list of available articles for the provided rental object
| |
| PetFeePerPet |
If true, The pet fee price is for each pet taken to the rental object. Null if not applicable.
| |
| PetFeePerWeek |
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:
| |
| PetFeePrice |
The price for pets or null if not applicable.
| |
| TicketArticles |
A list of available ticket articles for the provided rental object.
Formore detailed linformation regarding tickets use the "Attractions" web service.
|