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
Supports absolute (`USD`), relative (`%`), and percentage point (`pp`) steps. `min`/`max` cap the accumulated discount.
77
+
Supports absolute (`USD`), relative (`%`), and percentage point (`pp`) steps. `min`/`max` cap the accumulated discount.`stopsGrowing()` caps the growth calculation at the given month while the discount continues to apply.
77
78
78
79
### Increase
79
80
@@ -159,6 +160,7 @@ Modifiers use a composable addon system for configuration:
159
160
|`MonthPeriod` / `YearPeriod` / `DayPeriod`| Time periods for `every()` and `lasts()`|
160
161
|`Discount`| Discount value (absolute, relative %, or percentage point) |
161
162
|`Step`| Growth step for GrowingDiscount |
163
+
|`StopsGrowing`| Last month when GrowingDiscount grows |
162
164
|`Reason`| Human-readable comment attached to modifier charges |
163
165
|`Minimum` / `Maximum`| Bounds for accumulated discount values |
0 commit comments