menu
invoiceninja package
documentation
models/recurring_invoice.dart
RecurringInvoice
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/recurring_invoice
RecurringInvoice
isPaid property
RecurringInvoice class