added repayment_schedule
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from enum import Enum
|
||||
|
||||
class RepaymentScheduleStatus(str, Enum):
|
||||
PARTIALLY_PAID = "partially_paid"
|
||||
REPAID = "repaid"
|
||||
Reference in New Issue
Block a user