Skip to content

Commit 616b6f3

Browse files
authored
Merge pull request #352 from BookingSync/add-missing-rates-rules
Add missing rates rules
2 parents 4a69ade + c519f96 commit 616b6f3

File tree

1 file changed

+20
-10
lines changed

1 file changed

+20
-10
lines changed

content/reference/enums.md

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -260,18 +260,28 @@ weekly | The reference rate is weekly based.
260260
## Rates Rules types
261261

262262
Name | Description
263-
-------------------------------|------------
264-
arrival_only | Rule applied on arrival.
265-
departure_only | Rule applied on departure.
266-
early_booking | Rule applied on early booking.
267-
full_period_only | Rule applied for full period.
268-
late_booking | Rule applied for late booking.
269-
prevent_if_booked_ahead_of | Rule applied if booked ahead.
270-
stay_at_least | Rule applied for minimum stay.
271-
strict_minimum_price_per_night | Rule applied for minimum price per night.
272-
weekend_night | Rule applied for weekend night.
263+
----------------------------------|------------
264+
additional_person_fixed_per_night | Rule applied for stay price
265+
arrival_only | Rule applied on arrival.
266+
charge_at_least | Rule applied for stay price.
267+
charge_at_least_if_available | Rule applied for stay price.
268+
charge_at_least_full_period | Rule applied for stay price
269+
departure_only | Rule applied on departure.
270+
early_booking | Rule applied on early booking.
271+
full_period_only | Rule applied for full period.
272+
late_booking | Rule applied for late booking.
273+
occupation_less_than | Rule applied for stay period.
274+
prevent_gap | Rule applied on arrival.
275+
prevent_if_booked_ahead_of | Rule applied if booked ahead.
276+
prevent_if_booked_less_than | Rule applied if booking is too short.
277+
stay_at_least | Rule applied for minimum stay.
278+
stay_shorter_than | Rule applied for short bookings.
279+
strict_minimum_price_per_night | Rule applied for minimum price per night.
280+
weekend_night | Rule applied for weekend night.
273281
{: class="table table-bordered"}
274282

283+
[Rules explanation](https://manual.bookingsync.com/hc/en-us/articles/360005324073-All-our-Rates-Rules)
284+
275285
## Rental types
276286

277287
<div class="callout callout-warning" markdown="1">

0 commit comments

Comments
 (0)