Skip to main content
Schema2020-08-27object

invoiceitem

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

object
end integer (unix-time)
required

End of the line item's billing period

start integer (unix-time)
required

Start of the line item's billing period