BookingCriteriaNumberOfPets Property |
The number of pets to stay in the house. Please note that if the rental object doesnt allow pets, setting this to a value greater than zero will result in an error.
Please note that this numbers may not surpass the
NumberOfPets for the specific rental object.
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 int NumberOfPets { get; set; }
Property Value
Type:
Int32
RemarksThis property is optional.
See Also