menu
invoiceninja package
documentation
models/invoice.dart
Invoice
isPaid property
isPaid property
dark_mode
light_mode
isPaid
property
bool
get
isPaid
Determine if the invoice is paid
Implementation
bool get isPaid => statusId == '4';
invoiceninja package
documentation
models/invoice
Invoice
isPaid property
Invoice class