objectline_item
- Source
openapi/spec3.json- Commit
d70de345383d- Active snapshot
da69df7e6e11
InvoiceLineItem
objectThe amount, in %s.
Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
An arbitrary string attached to the object. Often useful for displaying to users.
The amount of discount calculated per discount for this line item.
If true, discounts will apply to this line item. Always false for prorations.
The discounts applied to the invoice line item. Line item discounts are applied before invoice discounts. Use `expand[]=discounts` to expand each discount.
Unique identifier for the object.
The ID of the [invoice item](https://stripe.com/docs/api/invoiceitems) associated with this line item if any.
Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Note that for line items with `type=subscription` this will reflect the metadata of the subscription that caused the line item to be created.
String representing the object's type. Objects of the same type share the same value.
The price of the line item.
Whether this is a proration.
The quantity of the subscription, if the line item is a subscription or a proration.
The subscription that the invoice item pertains to, if any.
The subscription item that generated this invoice item. Left empty if the line item is not an explicit result of a subscription.
The amount of tax calculated per tax rate for this line item
The tax rates which apply to the line item.
A string identifying the type of the source of this line item, either an `invoiceitem` or a `subscription`.