menu
zatca_flutter package
documentation
model/xml/simplified_invoice.dart
SimplifiedInvoice
lines property
lines property
dark_mode
light_mode
lines
property
List
<
InvoiceLine
>
lines
final
The list of items (invoice lines) associated with the invoice.
Implementation
final List<InvoiceLine> lines;
zatca_flutter package
documentation
model/xml/simplified_invoice
SimplifiedInvoice
lines property
SimplifiedInvoice class