Click or drag to resize

PetFeeInterval Properties

The PetFeeInterval type exposes the following members.

Properties
  NameDescription
Public propertyArticleNumber
Pet fee article number.
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyPetFeePerPet
True if pet fee applies to each pet.
Public propertyPricePerWeek
True if the pet fee price is per week for the rental period otherwise false. If true, the pet fee price calculation is: WeeksFactor * price. The WeeksFactor is an integer number with the following values:
  • 1: The duration of the rental period is less than or equal to 7 days.
  • 2: The duration of the rental period is greater than 7 and less than or equal to 14 days.
  • 3: The duration of the rental period is greater than 14 and less than or equal to 21 days.
  • 4: The duration of the rental period is greater than 21 and less than or equal to 28 days.
  • ...
Public propertyValidFrom
Start date
(Inherited from IntervalWeb.)
Public propertyValidTo
End date. If null, the interval is seen as having no expiration.
(Inherited from IntervalWeb.)
Top
See Also