Click or drag to resize

RentalObjectOwnerWebPriceChanges Property

A list of price changes for the rental object. These can be both ad-hoc price changes and also price changes from a price adjustments, which can cover a large number of rental objects.

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<RentalObjectPriceChangeWeb> PriceChanges { get; set; }

Property Value

Type: IListRentalObjectPriceChangeWeb
See Also