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