Click or drag to resize

PetFeeIntervalPetFeePerPet Property

True if pet fee applies to each pet.

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

Property Value

Type: Boolean
Remarks
If true, the fee must be charged for each pet brought along to the rental house. Conversely, the customer must register how many pets they are bringing during the booking process.
See Also