Bill
Line
Line is a single row in an invoice.
Schema ID
https://gobl.org/draft-0/bill/invoice#/$defs/Line
Properties
Title | Property | Type | Req. | Description |
---|---|---|---|---|
UUID | uuid | string | Universally Unique Identifier. | |
Index | i | integer | Line number inside the parent (calculated) | |
Quantity | quantity | num.Amount | true | Number of items |
Item | item | org.Item | true | Details about what is being sold |
Sum | sum | num.Amount | Result of quantity multiplied by the item’s price (calculated) | |
Discounts | discounts | array of bill.LineDiscount | Discounts applied to this line | |
Charges | charges | array of bill.LineCharge | Charges applied to this line | |
Taxes | taxes | tax.Set | Map of taxes to be applied and used in the invoice totals | |
Total | total | num.Amount | Total line amount after applying discounts to the sum (calculated). | |
Notes | notes | array of cbc.Note | Set of specific notes for this line that may be required for clarification. |