diff --git a/docs/index.html b/docs/index.html index e741d86..420c685 100644 --- a/docs/index.html +++ b/docs/index.html @@ -602,7 +602,7 @@

Overview

Version information

-

Version : 2.69

+

Version : 2.70

@@ -7673,6 +7673,18 @@

Darlehen

+

produktFeatures
+optional

+
+
+

list of features specific to the credit product

+
+
+

< enum (KONTO_CHECK, ONE_CLICK) > array

+
+ + +

produktId
optional

@@ -14063,7 +14075,7 @@

zahlungsplan

diff --git a/swagger.json b/swagger.json index 71f87c9..c610837 100644 --- a/swagger.json +++ b/swagger.json @@ -2,7 +2,7 @@ "swagger": "2.0", "info": { "description": "As a loan provider get all the data of your applications for highly effective validations and approvals.", - "version": "2.69", + "version": "2.70", "title": "Anträge API", "contact": { "name": "Europace AG", @@ -2113,6 +2113,11 @@ "description": "Additional lender-specific data. Only populated in specific use cases when you sell your own credit products.", "additionalProperties": { "type": "object" } }, + "produktFeatures": { + "type": "array", + "description": "list of features specific to the credit product", + "items": { "type": "string", "enum": ["KONTO_CHECK", "ONE_CLICK"] } + }, "produktId": { "type": "string", "description": "lender-specific identifier of the credit product" diff --git a/swagger.yaml b/swagger.yaml index 93f5516..17232b7 100644 --- a/swagger.yaml +++ b/swagger.yaml @@ -2,7 +2,7 @@ swagger: "2.0" info: description: As a loan provider get all the data of your applications for highly effective validations and approvals. - version: "2.69" + version: "2.70" title: Anträge API contact: name: Europace AG @@ -1981,6 +1981,14 @@ definitions: additionalProperties: type: object properties: {} + produktFeatures: + type: array + description: list of features specific to the credit product + items: + type: string + enum: + - KONTO_CHECK + - ONE_CLICK produktId: type: string description: lender-specific identifier of the credit product