SingleInvoiceLine constructor
const
SingleInvoiceLine({})
Implementation
const SingleInvoiceLine({
this.orderLineId,
this.deliveryNoteLineId,
this.itemName,
this.itemEanCode,
this.periodFromDate,
this.periodToDate,
this.invoicedQuantity,
});