Updated Docs
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user