menu
zatca package
documentation
models/invoice.dart
BaseInvoice
invoiceLines property
invoiceLines property
dark_mode
light_mode
invoiceLines
property
List
<
InvoiceLine
>
invoiceLines
final
The list of invoice line items.
Implementation
final List<InvoiceLine> invoiceLines;
zatca package
documentation
models/invoice
BaseInvoice
invoiceLines property
BaseInvoice class