Updated Docs

This commit is contained in:
Azeez Muibi
2025-03-25 10:10:29 +01:00
parent ce4079b2d2
commit 4e8fc9cd34
8 changed files with 51 additions and 57 deletions
+7 -7
View File
@@ -5,7 +5,7 @@
"transactionId",
"customerId",
"accountId",
"offers",
"loan",
"resultCode",
"resultDescription"
],
@@ -36,9 +36,9 @@
"description": "Outstanding debt amount if any",
"example": 0
},
"offers": {
"loan": {
"type": "array",
"description": "Array of loan offers",
"description": "Array of loan loan",
"items": {
"type": "object",
"properties": {
@@ -67,7 +67,7 @@
"interestRate": {
"type": "number",
"format": "double",
"description": "Percentage of interest rate",
"description": "Percentage (%) of interest rate",
"example": 3.0
},
"Interest": {
@@ -79,7 +79,7 @@
"ManagementRate": {
"type": "number",
"format": "double",
"description": "Percentage of management fee",
"description": "Percentage (%) of management fee",
"example": 1.0
},
"ManagementFee": {
@@ -91,7 +91,7 @@
"InsuranceRate": {
"type": "number",
"format": "double",
"description": "Percentage of insurance",
"description": "Percentage (%) of insurance",
"example": 1.0
},
"InsuranceFee": {
@@ -103,7 +103,7 @@
"VATRate": {
"type": "number",
"format": "double",
"description": "Percentage of VAT",
"description": "Percentage (%) of VAT",
"example": 7.5
},
"VATamount": {