isPaid property

bool isPaid

Determine if the credit is paid

Implementation

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