FixedInterestBulletLoanStatus

Git Source

enum FixedInterestBulletLoanStatus {
    Created,
    Started,
    Repaid,
    Canceled,
    Defaulted
}