Click or drag to resize

UpdateRentalObjectCriteriaPriceChanges Property

A list of price changes to UPDATE for the rental object. Please note that the "Rejected" value is the ONLY value that can be altered on a price change! An ID is also required in order for the server to identify the entity.

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