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