Invoice Line Item Object

{
  "id": "il_348nasdfsdf",
  "object": "line_item",
  "amount": 15000,
  "currency": "CLP",
  "period_end": "2025-09-01T00:00:00Z",
  "period_start": "2025-08-01T00:00:00Z",
  "quantity": 1
}
AttributeTypeDescription
idstringUnique identifier for the line item
objectstringAlways "line_item"
amountintegerAmount in the smallest currency unit (i.e 1000 cents for 10.00 MXN, or 1.000 for CLP, Chilean Peso being a zero-decimal currency)
currencystringCurrency ISO code. Only CLP supported for the moment.
period_endstringISO 8601 end of the billing period
period_startstringISO 8601 start of the billing period
quantityintegerQuantity of items