Fields documentation for PetFeeInterval
| Name | Type | Summery | Remarks |
|---|---|---|---|
| ArticleNumber | String | Pet fee article number. | |
| Id | Int32 | Unique Id for the entity. This Id is unchanged throughout the entity's lifetime. | |
| PetFeePerPet | Boolean | True if pet fee applies to each pet. | 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. |
| PricePerWeek | Boolean | 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:
| |
| ValidFrom | DateTime | Start date. | |
| ValidTo | Nullable<DateTime> | End date. If null, the interval is seen as having no expiration. |