On this page
No Headings
An array of invoice line item information. The maximum items for an invoice is 100.
arrayitemsobjectThe invoice line item information.
namerequiredstringThe item name.
descriptionstringThe item description.
quantityrequirednumberThe item quantity. Value is from -10000 to 10000. Supports up to five decimal places.
unit_pricerequiredobjectThe currency and amount of the item unit price. Value is from -1000000 to 1000000. Supports up to two decimal places.
valuerequiredstringThe value, which might be:
JPY that are not typically fractional.TND that are subdivided into thousandths.taxobjectThe tax information.
namerequiredstringThe tax name.
percentrequirednumberThe tax rate. Value is from 0 to 100. Supports up to five decimal places.
amountobjectThe currency and amount of the calculated tax.
valuerequiredstringThe value, which might be:
JPY that are not typically fractional.TND that are subdivided into thousandths.tax_notestring^[\s\S]*$The tax note used to track the tax related data.
datestringdateThe date when the item or service was provided, in Internet date and time format. For example, yyyy-MM-dd z.
discountobjectThe item discount, as a percent or an amount value.
percentnumberThe discount as a percentage value. Value is from 0 to 100. Supports up to five decimal places.
amountobjectThe currency and amount of the invoice-level discount. Value is from 0 to 1000000. Supports up to two decimal places.
valuerequiredstringThe value, which might be:
JPY that are not typically fractional.TND that are subdivided into thousandths.unit_of_measurestring"QUANTITY", "HOURS", "AMOUNT"The unit of measure for the invoiced item. For AMOUNT the unit_price and quantity are not shown on the invoice.
Note: If your specify different unit_of_measure values for the same invoice, the invoice uses the first value.