Click or drag to resize

RentalObjectsIntervalCriteriaHasMinimumPrice Property

If true: Rental object must have a minimum price. If false: Rental object must NOT have a minimum price. Ignored if null.

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 bool? HasMinimumPrice { get; set; }

Property Value

Type: NullableBoolean
Remarks
This property is only used internally
See Also