Click or drag to resize

PricesAndArrivals Class

Vacant arrival date intervals combined with one set of prices per possible currency. These prices are common across all the listed intervals in Arrivals .
Inheritance Hierarchy
SystemObject
  Tse.EasyBook.Server.DataContractsPricesAndArrivals

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 PricesAndArrivals

The PricesAndArrivals type exposes the following members.

Properties
  NameDescription
Public propertyArrivals
Vacant arrival date intervals for rental intervals on the duration specified in the field Days.
Public propertyCleaningOptions
Public propertyPersonsMax
If the price over the booking is dependent on the number of persons, this field defines the upper limit for the number of persons. Otherwise it is empty.
Public propertyPersonsMin
If the price over the booking is dependent on the number of persons, this field defines the lower limit for the number of persons. Otherwise it is empty.
Public propertyPreOrder
Is these arrivals and prices pre-order(true) or not(false).
Public propertyPrices
One set of prices per possible currency, common across all the listed intervals in Arrivals.
Top
Fields
  NameDescription
Public fieldCleaningOptionsOriginal
Used to save the original value during serialization for field cleaningOptions
Top
See Also