Skip to content

Commit 0f89a10

Browse files
[legalentitymanagement] Automated update from Adyen/adyen-openapi@a1f4b19
1 parent e0c07e0 commit 0f89a10

File tree

7 files changed

+50
-2
lines changed

7 files changed

+50
-2
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"service": "legalentitymanagement",
3+
"project": "node",
4+
"generatedAt": "2026-04-14T07:37:48Z",
5+
"openapiCommitSha": "a1f4b19cca472f4d51aa7568fc8ff0f838ca9f57",
6+
"automationCommitSha": "855b6c5526cb5fae757e921687c38df66d31dc4b",
7+
"libraryCommitSha": "e0c07e05d8c98b20f336ef0fa714fe95f4172c2f"
8+
}

src/typings/legalEntityManagement/businessLine.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ export class BusinessLine {
2323
*/
2424
"industryCode": string;
2525
/**
26+
* The description of the industry code.
27+
*/
28+
"industryCodeDescription"?: string;
29+
/**
2630
* Unique identifier of the [legal entity](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/legalEntities__resParam_id) that owns the business line.
2731
*/
2832
"legalEntityId": string;
@@ -62,6 +66,12 @@ export class BusinessLine {
6266
"type": "string",
6367
"format": ""
6468
},
69+
{
70+
"name": "industryCodeDescription",
71+
"baseName": "industryCodeDescription",
72+
"type": "string",
73+
"format": ""
74+
},
6575
{
6676
"name": "legalEntityId",
6777
"baseName": "legalEntityId",

src/typings/legalEntityManagement/businessLineInfo.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ export class BusinessLineInfo {
1818
*/
1919
"industryCode": string;
2020
/**
21+
* The description of the industry code.
22+
*/
23+
"industryCodeDescription"?: string;
24+
/**
2125
* Unique identifier of the [legal entity](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/legalEntities__resParam_id) that owns the business line.
2226
*/
2327
"legalEntityId": string;
@@ -47,6 +51,12 @@ export class BusinessLineInfo {
4751
"type": "string",
4852
"format": ""
4953
},
54+
{
55+
"name": "industryCodeDescription",
56+
"baseName": "industryCodeDescription",
57+
"type": "string",
58+
"format": ""
59+
},
5060
{
5161
"name": "legalEntityId",
5262
"baseName": "legalEntityId",

src/typings/legalEntityManagement/businessLineInfoUpdate.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ export class BusinessLineInfoUpdate {
1818
*/
1919
"industryCode"?: string;
2020
/**
21+
* The description of the industry code.
22+
*/
23+
"industryCodeDescription"?: string;
24+
/**
2125
* A list of channels where goods or services are sold. Possible values: **pos**, **posMoto**, **eCommerce**, **ecomMoto**, **payByLink**. Required only in combination with the `service` **paymentProcessing**.
2226
*/
2327
"salesChannels"?: Array<string>;
@@ -39,6 +43,12 @@ export class BusinessLineInfoUpdate {
3943
"type": "string",
4044
"format": ""
4145
},
46+
{
47+
"name": "industryCodeDescription",
48+
"baseName": "industryCodeDescription",
49+
"type": "string",
50+
"format": ""
51+
},
4252
{
4353
"name": "salesChannels",
4454
"baseName": "salesChannels",

src/typings/legalEntityManagement/ibanAccountIdentification.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99

1010

1111
export class IbanAccountIdentification {
12+
/**
13+
* The bank\'s 8- or 11-character BIC or SWIFT code.
14+
*/
15+
"bic"?: string;
1216
/**
1317
* The international bank account number as defined in the [ISO-13616](https://www.iso.org/standard/81090.html) standard.
1418
*/
@@ -23,6 +27,12 @@ export class IbanAccountIdentification {
2327
static readonly mapping: {[index: string]: string} | undefined = undefined;
2428

2529
static readonly attributeTypeMap: Array<{name: string, baseName: string, type: string, format: string}> = [
30+
{
31+
"name": "bic",
32+
"baseName": "bic",
33+
"type": "string",
34+
"format": ""
35+
},
2636
{
2737
"name": "iban",
2838
"baseName": "iban",

src/typings/legalEntityManagement/legalEntityAssociation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export class LegalEntityAssociation {
4242
*/
4343
"settlorExemptionReason"?: Array<string>;
4444
/**
45-
* Defines the relationship of the legal entity to the current legal entity. Possible value for individuals: **legalRepresentative**. Possible values for organizations: **director**, **signatory**, **trustOwnership**, **uboThroughOwnership**, **uboThroughControl**, or **ultimateParentCompany**. Possible values for sole proprietorships: **soleProprietorship**. Possible value for trusts: **trust**. Possible values for trust members: **definedBeneficiary**, **protector**, **secondaryTrustee**, **settlor**, **uboThroughControl**, or **uboThroughOwnership**. Possible value for unincorporated partnership: **unincorporatedPartnership**. Possible values for unincorporated partnership members: **secondaryPartner**, **uboThroughControl**, **uboThroughOwnership**
45+
* Defines the relationship of the legal entity to the current legal entity. Possible value for individuals: **legalRepresentative**. Possible values for organizations: **director**, **signatory**, **trustOwnership**, **uboThroughOwnership**, **uboThroughControl**, **ultimateParentCompany**, or **immediateParentCompany**. Possible values for sole proprietorships: **soleProprietorship**. Possible value for trusts: **trust**. Possible values for trust members: **definedBeneficiary**, **protector**, **secondaryTrustee**, **settlor**, **uboThroughControl**, or **uboThroughOwnership**. Possible value for unincorporated partnership: **unincorporatedPartnership**. Possible values for unincorporated partnership members: **secondaryPartner**, **uboThroughControl**, **uboThroughOwnership**
4646
*/
4747
"type": LegalEntityAssociation.TypeEnum;
4848

src/typings/legalEntityManagement/organization.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export class Organization {
5555
*/
5656
"financialReports"?: Array<FinancialReport>;
5757
/**
58-
* The global legal entity identifier for the organization.
58+
* The global legal entity identifier for the organization. This field is not required if the `registrationNumber` for the organization has been provided.
5959
*/
6060
"globalLegalEntityIdentifier"?: string;
6161
/**

0 commit comments

Comments
 (0)