isPaid property

bool get isPaid

Determine if the credit is paid

Implementation

bool get isPaid => statusId == '4';