menu
zatca package
documentation
models/invoice_line.dart
InvoiceLine
taxAmount property
taxAmount property
dark_mode
light_mode
taxAmount
property
double
get
taxAmount
Implementation
double get taxAmount => (lineExtensionAmount * taxPercent / 100);
zatca package
documentation
models/invoice_line
InvoiceLine
taxAmount property
InvoiceLine class