Schema2020-08-27
objectinvoiceitem
Sometimes you want to add a charge or credit to a customer, but actually charge or credit the customer's card only at the end of a regular billing cycle. This is useful for combining several charges (to minimize per-transaction fees), or for having Stripe tabulate your usage-based billing totals. Related guide: [Subscription Invoices](https://stripe.com/docs/billing/invoices/subscription#adding-upcoming-invoice-items).
- Source
openapi/spec3.json- Commit
d70de345383d- Active snapshot
da69df7e6e11
InvoiceLineItemPeriod
objectend integer (unix-time)
requiredEnd of the line item's billing period
start integer (unix-time)
requiredStart of the line item's billing period