Click or drag to resize

AvailabilityResultPetFeePerPet 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 taken to the rental house. Conversely, The customer must inform how many pets are taken during the booking process.
See Also