Click or drag to resize

PriceAdjustmentWeb Class

Data class for a rental object price adjustment
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsPriceAdjustmentWeb

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 PriceAdjustmentWeb : DataContractBase

The PriceAdjustmentWeb type exposes the following members.

Constructors
  NameDescription
Public methodPriceAdjustmentWeb
Top
Properties
  NameDescription
Public propertyEnd
End date.
Public propertyMaxDays
Maximum days allowed or null if irrelevant
Public propertyMinDays
Minimum days allowed or null if irrelevant
Public propertyRate
Adjustment rate
Public propertyStart
Start date
Public propertyType
Adjustment type
Top
See Also