PricesAndArrivals Class |
Namespace: Tse.EasyBook.Server.DataContracts
public class PricesAndArrivals
The PricesAndArrivals type exposes the following members.
| Name | Description | |
|---|---|---|
| Arrivals |
Vacant arrival date intervals for rental intervals on the duration specified in the field Days.
| |
| CleaningOptions | ||
| PersonsMax |
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.
| |
| PersonsMin |
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.
| |
| PreOrder |
Is these arrivals and prices pre-order(true) or not(false).
| |
| Prices |
One set of prices per possible currency, common across all the listed intervals in Arrivals.
|
| Name | Description | |
|---|---|---|
| CleaningOptionsOriginal | Used to save the original value during serialization for field cleaningOptions |