AA-4 | Reyaz & Shashidhara | Add loan status value
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package com.navi.medici.android_customer_app.bottomNavigation.myLoans
|
||||
|
||||
enum class LoanStatus {
|
||||
ACTIVE,
|
||||
COMPLETED
|
||||
enum class LoanStatus(val value: String) {
|
||||
ACTIVE("Active"),
|
||||
COMPLETED("Closed")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user