updated loan and repayment endpoint

This commit was merged in pull request #19.
This commit is contained in:
Chinenye Nmoh
2025-07-05 20:49:57 +01:00
parent 6bed4d2dfa
commit 2d6ff1adc2
8 changed files with 117 additions and 9 deletions
+11
View File
@@ -76,6 +76,17 @@
"example": 10500.0,
"nullable": true
},
"balance": {
"type": "number",
"format": "float",
"example": 5000.0,
"nullable": true
},
"reference": {
"type": "string",
"example": "REF12345",
"nullable": true
},
"installment_amount": {
"type": "number",
"format": "float",