InvoiceLineCollection
Invoice line items included with the invoice. Additional lines can be fetched from url when has_more is true.
- dataType: array object[] · InvoiceLine[]required
Line items on the current page.
Individual line item that contributes to the invoice total.
- amountType: integer · amountWithCurrencyPrecisionFormat: int64required
Line amount in the smallest currency unit.
- currencyType: stringrequired
ISO 4217 currency codes (alpha3) supported for payments
- descriptionType: stringrequired
Human-readable description of the line item.
- idType: stringmax length:100required
Unique identifier for the invoice line.
- invoiceType: stringmax length:100required
Invoice that contains this line.
- objectenumconst:invoice_line_itemrequired
String representing the object's type.
values- invoice
_line _item
- parentType: objectrequired
Resource that produced the invoice line.
- periodType: objectrequired
Billing period covered by this line item.
- quantityType: integerFormat: int64required
Quantity billed for the line item.
- metadata
Merchant-defined metadata attached to this line item.
Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to
metadata.Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to
metadata.- propertyType: string
Name
- pricingType: object · InvoicePricingSnapshot nullable
Price and product snapshot used to calculate this line. Null when the line is not price-backed.
- hasType: boolean
_more requiredWhether more line items are available after the items returned in
data. - objectenumconst:listrequired
String representing the collection type.
values- list
- urlType: stringrequired
API URL that can be used to list the full invoice line collection.

