InvoiceLineItem
A line item of an invoice.
Fields
amountExcludingTaxCents (Int!)
Unit price excluding tax
amountIncludingTaxCents (Int!)
Unit price including tax
billingPeriodEndsAt (ISO8601DateTime)
Billing period end date for the invoice
billingPeriodStartsAt (ISO8601DateTime)
Billing period start date for the invoice
description (String)
The description of this invoice line item.
effectiveAmountExcludingTaxCents (Int!)
Effective unit price excluding tax, corrected based on invoice discount.
effectiveAmountIncludingTaxCents (Int!)
Effective unit price including tax, corrected based on invoice discount.
id (ID!)
The database ID of this invoice line item.
invoice (Invoice!)
Invoice of this item
lineItemType (LineItemTypeEnum!)
Indicates what this line item is charging for
metadata (JSON)
Metadata makes it possible to store additional information on objects.
product (Product)
The associated product in case of a product charge
quantity (Int!)
Quantity for this line item
taxPercentage (Float!)
The percentage of tax used for this invoice.
totalAmountExcludingTaxCents (Int!)
Total amount for this line item excluding tax (unit price * quantity)
totalAmountIncludingTaxCents (Int!)
Total amount for this line item including tax (unit price * quantity)
totalTaxAmountCents (Int!)
Total amount of tax charged
Last updated