Click or drag to resize

RentalObjectPriceWeb Class

Data contract for rental object prices and vacation types. Hence everything needed to calculate the rental price.
Inheritance Hierarchy

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 RentalObjectPriceWeb : RentalObjectBaseWeb

The RentalObjectPriceWeb type exposes the following members.

Constructors
  NameDescription
Public methodRentalObjectPriceWeb
Top
Properties
  NameDescription
Public propertyAdjustments
Price adjustments. These are different type of adjustments that modify the rental oject price within certain date intervals and other conditions.
Public propertyArrivalDays
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.
Public propertyArrivalDaysAnchor
The anchor specifies at what date the first digit in the arrival days calendar starts at.
Public propertyBcode
Agency code. Used to distinguish subset of houses.
(Inherited from RentalObjectBaseWeb.)
Public propertyCleaning
A list of cleaning prices for the rental object.
Public propertyDeposit
A list of deposit prices for the rental object.
Public propertyDepositFixed
A list of deposit prices for the rental object, where each member contains the extra field FixedDeposit.
Public propertyFeePrices
A list of fee prices for the rental object.
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyPrices
A list of base prices for the rental object.
Public propertyRentalObjectNo
A unique identifier for the rental object.
(Inherited from RentalObjectBaseWeb.)
Top
See Also