Skip to content

Commit 9f871f9

Browse files
authored
LEM v4 (#829)
* Generate LEM v4 * Correct tests
1 parent 31104ce commit 9f871f9

File tree

104 files changed

+2025
-288
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+2025
-288
lines changed

src/Adyen/Model/LegalEntityManagement/AULocalAccountIdentification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Legal Entity Management API
55
*
6-
* The version of the OpenAPI document: 3
6+
* The version of the OpenAPI document: 4
77
* Generated by: https://openapi-generator.tech
88
* OpenAPI Generator version: 6.0.1
99
*

src/Adyen/Model/LegalEntityManagement/AcceptTermsOfServiceRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Legal Entity Management API
55
*
6-
* The version of the OpenAPI document: 3
6+
* The version of the OpenAPI document: 4
77
* Generated by: https://openapi-generator.tech
88
* OpenAPI Generator version: 6.0.1
99
*

src/Adyen/Model/LegalEntityManagement/AcceptTermsOfServiceResponse.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Legal Entity Management API
55
*
6-
* The version of the OpenAPI document: 3
6+
* The version of the OpenAPI document: 4
77
* Generated by: https://openapi-generator.tech
88
* OpenAPI Generator version: 6.0.1
99
*
@@ -432,7 +432,7 @@ public function getLanguage()
432432
/**
433433
* Sets language
434434
*
435-
* @param string|null $language The language used for the Terms of Service document, specified by the two-letter [ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) language code. Possible value: **en** for English.
435+
* @param string|null $language The language used for the Terms of Service document, specified by the two-letter [ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) language code. Possible value: **en** for English or **fr** for French. Note that French is only available for some integration types in certain countries/regions. Reach out to your Adyen contact for more information.
436436
*
437437
* @return self
438438
*/

src/Adyen/Model/LegalEntityManagement/AdditionalBankIdentification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Legal Entity Management API
55
*
6-
* The version of the OpenAPI document: 3
6+
* The version of the OpenAPI document: 4
77
* Generated by: https://openapi-generator.tech
88
* OpenAPI Generator version: 6.0.1
99
*

src/Adyen/Model/LegalEntityManagement/Address.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Legal Entity Management API
55
*
6-
* The version of the OpenAPI document: 3
6+
* The version of the OpenAPI document: 4
77
* Generated by: https://openapi-generator.tech
88
* OpenAPI Generator version: 6.0.1
99
*

src/Adyen/Model/LegalEntityManagement/Amount.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Legal Entity Management API
55
*
6-
* The version of the OpenAPI document: 3
6+
* The version of the OpenAPI document: 4
77
* Generated by: https://openapi-generator.tech
88
* OpenAPI Generator version: 6.0.1
99
*

src/Adyen/Model/LegalEntityManagement/Attachment.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Legal Entity Management API
55
*
6-
* The version of the OpenAPI document: 3
6+
* The version of the OpenAPI document: 4
77
* Generated by: https://openapi-generator.tech
88
* OpenAPI Generator version: 6.0.1
99
*
@@ -417,7 +417,7 @@ public function getPageType()
417417
/**
418418
* Sets pageType
419419
*
420-
* @param string|null $pageType Specifies which side of the ID card is uploaded. * If the `type` is **driversLicense** or **identityCard**, you must set this to **front** or **back**. * For any other types, when this is omitted, we infer the page number based on the order of attachments.
420+
* @param string|null $pageType Specifies which side of the ID card is uploaded. * If the `type` is **driversLicense** or **identityCard**, you must set this to **front** or **back** and include both sides in the same API request. * For any other types, when this is omitted, we infer the page number based on the order of attachments.
421421
*
422422
* @return self
423423
*/

src/Adyen/Model/LegalEntityManagement/BankAccountInfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Legal Entity Management API
55
*
6-
* The version of the OpenAPI document: 3
6+
* The version of the OpenAPI document: 4
77
* Generated by: https://openapi-generator.tech
88
* OpenAPI Generator version: 6.0.1
99
*

src/Adyen/Model/LegalEntityManagement/BankAccountInfoAccountIdentification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Legal Entity Management API
55
*
6-
* The version of the OpenAPI document: 3
6+
* The version of the OpenAPI document: 4
77
* Generated by: https://openapi-generator.tech
88
* OpenAPI Generator version: 6.0.1
99
*

src/Adyen/Model/LegalEntityManagement/BirthData.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Legal Entity Management API
55
*
6-
* The version of the OpenAPI document: 3
6+
* The version of the OpenAPI document: 4
77
* Generated by: https://openapi-generator.tech
88
* OpenAPI Generator version: 6.0.1
99
*

0 commit comments

Comments
 (0)