Click or drag to resize

RentalObjectPriceWebAdjustments Property

Price adjustments. These are different type of adjustments that modify the rental oject price within certain date intervals and other conditions.

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 IList<PriceAdjustmentWeb> Adjustments { get; set; }

Property Value

Type: IListPriceAdjustmentWeb
See Also