RentalObjectPriceWeb Class |
Namespace: Tse.EasyBook.Server.DataContracts
public class RentalObjectPriceWeb : RentalObjectBaseWeb
The RentalObjectPriceWeb type exposes the following members.
| Name | Description | |
|---|---|---|
| RentalObjectPriceWeb |
| Name | Description | |
|---|---|---|
| Adjustments |
Price adjustments.
These are different type of adjustments that modify the rental oject price within certain date intervals and other conditions.
| |
| ArrivalDays |
Allowed arrival days for the rental object represented as a series of zeroes and ones. Each digit represents a day.
0: Disallowed arrival day.
1: Allowed arrival day.
Please refer to ArrivalDaysAnchor for details of what date the first digits starts at.
| |
| ArrivalDaysAnchor |
The anchor specifies at what date the first digit in the arrival days calendar starts at.
| |
| Bcode |
Agency code. Used to distinguish subset of houses.
(Inherited from RentalObjectBaseWeb.) | |
| Cleaning |
A list of cleaning prices for the rental object.
| |
| Deposit |
A list of deposit prices for the rental object.
| |
| DepositFixed |
A list of deposit prices for the rental object, where each member contains the extra field FixedDeposit.
| |
| FeePrices |
A list of fee prices for the rental object.
| |
| Id |
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.) | |
| Prices |
A list of base prices for the rental object.
| |
| RentalObjectNo |
A unique identifier for the rental object.
(Inherited from RentalObjectBaseWeb.) |