Skip to content

Type

InvoiceLine

Back to Index

Definition

let InvoiceLine: {
description: nothing|text
discounts: [{
amount: number
description: nothing|text
discountId: uuid
invoiceLineDiscountId: uuid
}]
invoiceLineId: uuid
invoiceLineNumber: number
net: number
originalInvoiceLineId: nothing|uuid
productNumber: nothing|text
quantity: nothing|number
referenceId: uuid
referenceType: 'none'|'orderLine'|'return'|'delivery'
tax: number
total: number
}

Availability

Discount Rule Reactor
Back to Index