Step 1: Decide how many units are discounted per cycle
Pick the number of free units the customer gets per cadence cycle. For this walkthrough, we’ll use 500 discounted units.Step 2: Decide the cadence
Decide how often the discounted pool refreshes, and how that relates to the billing period. For this walkthrough, set the discount to refresh quarterly while billing happens monthly:value: 500cadence: P3M (quarterly)
Step 3: Decide on proration for partial cadence windows
If the contract might start partway through a cadence window, decide whether the pool should be reduced proportionally (prorate_stub=true) or remain at its full size for the partial window (prorate_stub=false, the default). For this walkthrough, leave the default.
Step 4: Decide on a date range, if the discount shouldn’t run for the line item’s full duration
By default, the discount is active for the line item’s entire duration. If it should only apply for part of that — for example, an introductory discount for the first six months of a longer contract — set the discount’s own date range. It can only be a sub-range of the line item’s duration, not extend beyond it. For this walkthrough, leave it matching the full line item.Step 5: Add a label and set the order, if stacking
Set a label for how the discount appears on the invoice, for example “Included usage.” If this line item has other discounts too, set theorder field — quantity discounts should generally come first, since they reduce units before dollar-based discounts apply.
Step 6: Save and preview
Save the configuration, then preview the invoice across a few months to confirm the pool depletes as expected:What’s next
- If this line item uses volume or tiered pricing, see the volume pricing doc for how the quantity discount can shift which bracket usage falls into.
- To stack this with a percent or fixed discount, see the percent discount doc.