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)
Syntaxpublic bool? HasMinimumPrice { get; set; }
Property Value
Type:
NullableBoolean
RemarksThis property is only used internally
See Also