Click or drag to resize

ArticlesResult Properties

The ArticlesResult type exposes the following members.

Properties
  NameDescription
Public propertyArticles
A list of available articles for the provided rental object
Public propertyCleaningOptions
An enumeration describing the various cleaning options for the rental object.
Public propertyCleaningOptionsAll
Public propertyCleaningPrice
A list of available articles for the provided rental object
Public propertyPetFeePerPet
If true, The pet fee price is for each pet taken to the rental object. Null if not applicable.
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
The price for pets or null if not applicable.
Public propertyTicketArticles
A list of available ticket articles for the provided rental object. Formore detailed linformation regarding tickets use the "Attractions" web service.
Top
See Also