Line is a single row in an invoice.

Schema ID

https://gobl.org/draft-0/bill/line

Properties

TitlePropertyTypeReq.Description
UUIDuuidstringUniversally Unique Identifier.
IndexiintegerLine number inside the parent (calculated)
Quantityquantitynum.AmounttrueNumber of items
Identifieridentifierorg.IdentitySingle identifier provided by the supplier for an object on which the line item is based and is not considered a universal identity. Examples include a subscription number, telephone number, meter point, etc. Utilize the label property to provide a description of the identifier.
Periodperiodcal.PeriodA period of time relevant to when the service or item is delivered.
Order Referenceordercbc.CodeOrder reference for a specific line within a purchase order provided by the buyer.
Cost Referencecostcbc.CodeBuyer accounting reference cost code to associate with the line.
Itemitemorg.ItemtrueDetails about the item, service or good, that is being sold
Breakdownbreakdownarray of bill.SubLineBreakdown of the line item for more detailed information. The sum of all lines will be used for the item price.
Sumsumnum.AmountResult of quantity multiplied by the item’s price (calculated)
Discountsdiscountsarray of bill.LineDiscountDiscounts applied to this line
Chargeschargesarray of bill.LineChargeCharges applied to this line
Taxestaxestax.SetMap of taxes to be applied and used in the invoice totals
Totaltotalnum.AmountTotal line amount after applying discounts to the sum (calculated).
Substitutedsubstitutedarray of bill.SubLineList of substituted lines. Useful for deliveries or corrective documents in order to indicate to the recipient which of the requested lines are being replaced. This is for purely informative purposes, and will not be used for calculations.
Notesnotesarray of org.NoteSet of specific notes for this line that may be required for clarification.