Click or drag to resize

RentalObjectPriceChangeWeb Class

Holds information on a periodic price change on a rental object. Price changes can be updated on the rental object by sending them back into the "UpdateRentalObject" service method. Please note that the "Rejected" value is the ONLY value that can be altered on a price change!
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 RentalObjectPriceChangeWeb : IntervalWeb

The RentalObjectPriceChangeWeb type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyActivated
Has the price change been activated or not.
Public propertyActivationDate
The date this price change must be activated or has be activated.
Public propertyAdjustmentType
Price change type. Offers are visible discounts when searching for rental objects. Basic price changes are not visible and are part of the week price.
Public propertyDescription
A description of the price change if available.
Public propertyDiscount
The discount percentage. Negative number means a price increase!
Public propertyDistribution
The distribution of the price change cost between the bureau and the owner. If the price change is a 10 percent discount, this value determines if the 10% is deducted from the sales price, purchase price or both.
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyPriceAdjustment
Possible price adjustment for the discount. Some price changes are related to a price adjustment which can adjust prices for a large number of rental objects simultaniously.
Public propertyRejected
If the price adjustment has been rejected by an owner or employee this value is true. Please note this is the ONLY value that can be altered on a price change!
Public propertyRejectedDate
The date of an possible rejection.
Public propertyValidFrom
Start date
(Inherited from IntervalWeb.)
Public propertyValidTo
End date. If null, the interval is seen as having no expiration.
(Inherited from IntervalWeb.)
Top
See Also