You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: policy/examples/README.md
+79Lines changed: 79 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -456,6 +456,16 @@ This policy states parking fees as such:
456
456
- Parking every hour onwards costs $10
457
457
458
458
For example, say a vehicle is parked for 6.5 hours. It will be charged `$2 (0-1hr) + $4 (1-2hr) + $10 (2-3hr) + $10 (3-4hr) + $10 (4-5hr) + $10 (5-6hr) + $10 (6-6.5hr) = $56`
459
+
460
+
This policy may be specified different ways using the `rate_applies_when` field.
461
+
Both examples are shown here.
462
+
463
+
### With default `rate_applies_when = "out_of_bounds"`
464
+
465
+
By default the `rate_applies_when` field has the value `out_of_bounds`,
466
+
meaning the rate should take effect when an event is outside the bounds
0 commit comments