Skip to content

Commit d61b603

Browse files
[legalentitymanagement] Automated update from Adyen/adyen-openapi@3550ecd
1 parent 543a990 commit d61b603

File tree

8 files changed

+167
-35
lines changed

8 files changed

+167
-35
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": "php",
4+
"generatedAt": "2026-04-15T07:59:12Z",
5+
"openapiCommitSha": "3550ecd3f320efaad6bee55ffed5122cb9ba09d5",
6+
"automationCommitSha": "1ceda93a33430aa189b6141d5f6ea2e61051c7fd",
7+
"libraryCommitSha": "543a990aa9c3dc0c5899292b33c6762d153edca7"
8+
}

src/Adyen/Model/LegalEntityManagement/BankAccountInfoAccountIdentification.php

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ class BankAccountInfoAccountIdentification implements ModelInterface, ArrayAcces
5151
'transitNumber' => 'string',
5252
'bankCode' => 'string',
5353
'clearingCode' => 'string',
54+
'bic' => 'string',
5455
'iban' => 'string',
5556
'additionalBankIdentification' => '\Adyen\Model\LegalEntityManagement\AdditionalBankIdentification',
56-
'bic' => 'string',
5757
'clearingNumber' => 'string',
5858
'sortCode' => 'string',
5959
'routingNumber' => 'string'
@@ -75,9 +75,9 @@ class BankAccountInfoAccountIdentification implements ModelInterface, ArrayAcces
7575
'transitNumber' => null,
7676
'bankCode' => null,
7777
'clearingCode' => null,
78+
'bic' => null,
7879
'iban' => null,
7980
'additionalBankIdentification' => null,
80-
'bic' => null,
8181
'clearingNumber' => null,
8282
'sortCode' => null,
8383
'routingNumber' => null
@@ -97,9 +97,9 @@ class BankAccountInfoAccountIdentification implements ModelInterface, ArrayAcces
9797
'transitNumber' => false,
9898
'bankCode' => false,
9999
'clearingCode' => false,
100+
'bic' => false,
100101
'iban' => false,
101102
'additionalBankIdentification' => false,
102-
'bic' => false,
103103
'clearingNumber' => false,
104104
'sortCode' => false,
105105
'routingNumber' => false
@@ -199,9 +199,9 @@ public function isNullableSetToNull(string $property): bool
199199
'transitNumber' => 'transitNumber',
200200
'bankCode' => 'bankCode',
201201
'clearingCode' => 'clearingCode',
202+
'bic' => 'bic',
202203
'iban' => 'iban',
203204
'additionalBankIdentification' => 'additionalBankIdentification',
204-
'bic' => 'bic',
205205
'clearingNumber' => 'clearingNumber',
206206
'sortCode' => 'sortCode',
207207
'routingNumber' => 'routingNumber'
@@ -221,9 +221,9 @@ public function isNullableSetToNull(string $property): bool
221221
'transitNumber' => 'setTransitNumber',
222222
'bankCode' => 'setBankCode',
223223
'clearingCode' => 'setClearingCode',
224+
'bic' => 'setBic',
224225
'iban' => 'setIban',
225226
'additionalBankIdentification' => 'setAdditionalBankIdentification',
226-
'bic' => 'setBic',
227227
'clearingNumber' => 'setClearingNumber',
228228
'sortCode' => 'setSortCode',
229229
'routingNumber' => 'setRoutingNumber'
@@ -243,9 +243,9 @@ public function isNullableSetToNull(string $property): bool
243243
'transitNumber' => 'getTransitNumber',
244244
'bankCode' => 'getBankCode',
245245
'clearingCode' => 'getClearingCode',
246+
'bic' => 'getBic',
246247
'iban' => 'getIban',
247248
'additionalBankIdentification' => 'getAdditionalBankIdentification',
248-
'bic' => 'getBic',
249249
'clearingNumber' => 'getClearingNumber',
250250
'sortCode' => 'getSortCode',
251251
'routingNumber' => 'getRoutingNumber'
@@ -315,9 +315,9 @@ public function __construct(?array $data = null)
315315
$this->setIfExists('transitNumber', $data ?? [], null);
316316
$this->setIfExists('bankCode', $data ?? [], null);
317317
$this->setIfExists('clearingCode', $data ?? [], null);
318+
$this->setIfExists('bic', $data ?? [], null);
318319
$this->setIfExists('iban', $data ?? [], null);
319320
$this->setIfExists('additionalBankIdentification', $data ?? [], null);
320-
$this->setIfExists('bic', $data ?? [], null);
321321
$this->setIfExists('clearingNumber', $data ?? [], null);
322322
$this->setIfExists('sortCode', $data ?? [], null);
323323
$this->setIfExists('routingNumber', $data ?? [], null);
@@ -373,12 +373,12 @@ public function listInvalidProperties()
373373
if ($this->container['clearingCode'] === null) {
374374
$invalidProperties[] = "'clearingCode' can't be null";
375375
}
376-
if ($this->container['iban'] === null) {
377-
$invalidProperties[] = "'iban' can't be null";
378-
}
379376
if ($this->container['bic'] === null) {
380377
$invalidProperties[] = "'bic' can't be null";
381378
}
379+
if ($this->container['iban'] === null) {
380+
$invalidProperties[] = "'iban' can't be null";
381+
}
382382
if ($this->container['clearingNumber'] === null) {
383383
$invalidProperties[] = "'clearingNumber' can't be null";
384384
}
@@ -596,73 +596,73 @@ public function setClearingCode($clearingCode)
596596
}
597597

598598
/**
599-
* Gets iban
599+
* Gets bic
600600
*
601601
* @return string
602602
*/
603-
public function getIban()
603+
public function getBic()
604604
{
605-
return $this->container['iban'];
605+
return $this->container['bic'];
606606
}
607607

608608
/**
609-
* Sets iban
609+
* Sets bic
610610
*
611-
* @param string $iban The international bank account number as defined in the [ISO-13616](https://www.iso.org/standard/81090.html) standard.
611+
* @param string $bic The bank's 8- or 11-character BIC or SWIFT code.
612612
*
613613
* @return self
614614
*/
615-
public function setIban($iban)
615+
public function setBic($bic)
616616
{
617-
$this->container['iban'] = $iban;
617+
$this->container['bic'] = $bic;
618618

619619
return $this;
620620
}
621621

622622
/**
623-
* Gets additionalBankIdentification
623+
* Gets iban
624624
*
625-
* @return \Adyen\Model\LegalEntityManagement\AdditionalBankIdentification|null
625+
* @return string
626626
*/
627-
public function getAdditionalBankIdentification()
627+
public function getIban()
628628
{
629-
return $this->container['additionalBankIdentification'];
629+
return $this->container['iban'];
630630
}
631631

632632
/**
633-
* Sets additionalBankIdentification
633+
* Sets iban
634634
*
635-
* @param \Adyen\Model\LegalEntityManagement\AdditionalBankIdentification|null $additionalBankIdentification additionalBankIdentification
635+
* @param string $iban The international bank account number as defined in the [ISO-13616](https://www.iso.org/standard/81090.html) standard.
636636
*
637637
* @return self
638638
*/
639-
public function setAdditionalBankIdentification($additionalBankIdentification)
639+
public function setIban($iban)
640640
{
641-
$this->container['additionalBankIdentification'] = $additionalBankIdentification;
641+
$this->container['iban'] = $iban;
642642

643643
return $this;
644644
}
645645

646646
/**
647-
* Gets bic
647+
* Gets additionalBankIdentification
648648
*
649-
* @return string
649+
* @return \Adyen\Model\LegalEntityManagement\AdditionalBankIdentification|null
650650
*/
651-
public function getBic()
651+
public function getAdditionalBankIdentification()
652652
{
653-
return $this->container['bic'];
653+
return $this->container['additionalBankIdentification'];
654654
}
655655

656656
/**
657-
* Sets bic
657+
* Sets additionalBankIdentification
658658
*
659-
* @param string $bic The bank's 8- or 11-character BIC or SWIFT code.
659+
* @param \Adyen\Model\LegalEntityManagement\AdditionalBankIdentification|null $additionalBankIdentification additionalBankIdentification
660660
*
661661
* @return self
662662
*/
663-
public function setBic($bic)
663+
public function setAdditionalBankIdentification($additionalBankIdentification)
664664
{
665-
$this->container['bic'] = $bic;
665+
$this->container['additionalBankIdentification'] = $additionalBankIdentification;
666666

667667
return $this;
668668
}

src/Adyen/Model/LegalEntityManagement/BusinessLine.php

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ class BusinessLine implements ModelInterface, ArrayAccess, \JsonSerializable
4343
protected static $openAPITypes = [
4444
'id' => 'string',
4545
'industryCode' => 'string',
46+
'industryCodeDescription' => 'string',
4647
'legalEntityId' => 'string',
4748
'problems' => '\Adyen\Model\LegalEntityManagement\CapabilityProblem[]',
4849
'salesChannels' => 'string[]',
@@ -62,6 +63,7 @@ class BusinessLine implements ModelInterface, ArrayAccess, \JsonSerializable
6263
protected static $openAPIFormats = [
6364
'id' => null,
6465
'industryCode' => null,
66+
'industryCodeDescription' => null,
6567
'legalEntityId' => null,
6668
'problems' => null,
6769
'salesChannels' => null,
@@ -79,6 +81,7 @@ class BusinessLine implements ModelInterface, ArrayAccess, \JsonSerializable
7981
protected static $openAPINullables = [
8082
'id' => false,
8183
'industryCode' => false,
84+
'industryCodeDescription' => false,
8285
'legalEntityId' => false,
8386
'problems' => false,
8487
'salesChannels' => false,
@@ -176,6 +179,7 @@ public function isNullableSetToNull(string $property): bool
176179
protected static $attributeMap = [
177180
'id' => 'id',
178181
'industryCode' => 'industryCode',
182+
'industryCodeDescription' => 'industryCodeDescription',
179183
'legalEntityId' => 'legalEntityId',
180184
'problems' => 'problems',
181185
'salesChannels' => 'salesChannels',
@@ -193,6 +197,7 @@ public function isNullableSetToNull(string $property): bool
193197
protected static $setters = [
194198
'id' => 'setId',
195199
'industryCode' => 'setIndustryCode',
200+
'industryCodeDescription' => 'setIndustryCodeDescription',
196201
'legalEntityId' => 'setLegalEntityId',
197202
'problems' => 'setProblems',
198203
'salesChannels' => 'setSalesChannels',
@@ -210,6 +215,7 @@ public function isNullableSetToNull(string $property): bool
210215
protected static $getters = [
211216
'id' => 'getId',
212217
'industryCode' => 'getIndustryCode',
218+
'industryCodeDescription' => 'getIndustryCodeDescription',
213219
'legalEntityId' => 'getLegalEntityId',
214220
'problems' => 'getProblems',
215221
'salesChannels' => 'getSalesChannels',
@@ -294,6 +300,7 @@ public function __construct(?array $data = null)
294300
{
295301
$this->setIfExists('id', $data ?? [], null);
296302
$this->setIfExists('industryCode', $data ?? [], null);
303+
$this->setIfExists('industryCodeDescription', $data ?? [], null);
297304
$this->setIfExists('legalEntityId', $data ?? [], null);
298305
$this->setIfExists('problems', $data ?? [], null);
299306
$this->setIfExists('salesChannels', $data ?? [], null);
@@ -414,6 +421,30 @@ public function setIndustryCode($industryCode)
414421
return $this;
415422
}
416423

424+
/**
425+
* Gets industryCodeDescription
426+
*
427+
* @return string|null
428+
*/
429+
public function getIndustryCodeDescription()
430+
{
431+
return $this->container['industryCodeDescription'];
432+
}
433+
434+
/**
435+
* Sets industryCodeDescription
436+
*
437+
* @param string|null $industryCodeDescription The description of the industry code.
438+
*
439+
* @return self
440+
*/
441+
public function setIndustryCodeDescription($industryCodeDescription)
442+
{
443+
$this->container['industryCodeDescription'] = $industryCodeDescription;
444+
445+
return $this;
446+
}
447+
417448
/**
418449
* Gets legalEntityId
419450
*

src/Adyen/Model/LegalEntityManagement/BusinessLineInfo.php

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ class BusinessLineInfo implements ModelInterface, ArrayAccess, \JsonSerializable
4242
*/
4343
protected static $openAPITypes = [
4444
'industryCode' => 'string',
45+
'industryCodeDescription' => 'string',
4546
'legalEntityId' => 'string',
4647
'salesChannels' => 'string[]',
4748
'service' => 'string',
@@ -59,6 +60,7 @@ class BusinessLineInfo implements ModelInterface, ArrayAccess, \JsonSerializable
5960
*/
6061
protected static $openAPIFormats = [
6162
'industryCode' => null,
63+
'industryCodeDescription' => null,
6264
'legalEntityId' => null,
6365
'salesChannels' => null,
6466
'service' => null,
@@ -74,6 +76,7 @@ class BusinessLineInfo implements ModelInterface, ArrayAccess, \JsonSerializable
7476
*/
7577
protected static $openAPINullables = [
7678
'industryCode' => false,
79+
'industryCodeDescription' => false,
7780
'legalEntityId' => false,
7881
'salesChannels' => false,
7982
'service' => false,
@@ -169,6 +172,7 @@ public function isNullableSetToNull(string $property): bool
169172
*/
170173
protected static $attributeMap = [
171174
'industryCode' => 'industryCode',
175+
'industryCodeDescription' => 'industryCodeDescription',
172176
'legalEntityId' => 'legalEntityId',
173177
'salesChannels' => 'salesChannels',
174178
'service' => 'service',
@@ -184,6 +188,7 @@ public function isNullableSetToNull(string $property): bool
184188
*/
185189
protected static $setters = [
186190
'industryCode' => 'setIndustryCode',
191+
'industryCodeDescription' => 'setIndustryCodeDescription',
187192
'legalEntityId' => 'setLegalEntityId',
188193
'salesChannels' => 'setSalesChannels',
189194
'service' => 'setService',
@@ -199,6 +204,7 @@ public function isNullableSetToNull(string $property): bool
199204
*/
200205
protected static $getters = [
201206
'industryCode' => 'getIndustryCode',
207+
'industryCodeDescription' => 'getIndustryCodeDescription',
202208
'legalEntityId' => 'getLegalEntityId',
203209
'salesChannels' => 'getSalesChannels',
204210
'service' => 'getService',
@@ -281,6 +287,7 @@ public function getServiceAllowableValues()
281287
public function __construct(?array $data = null)
282288
{
283289
$this->setIfExists('industryCode', $data ?? [], null);
290+
$this->setIfExists('industryCodeDescription', $data ?? [], null);
284291
$this->setIfExists('legalEntityId', $data ?? [], null);
285292
$this->setIfExists('salesChannels', $data ?? [], null);
286293
$this->setIfExists('service', $data ?? [], null);
@@ -373,6 +380,30 @@ public function setIndustryCode($industryCode)
373380
return $this;
374381
}
375382

383+
/**
384+
* Gets industryCodeDescription
385+
*
386+
* @return string|null
387+
*/
388+
public function getIndustryCodeDescription()
389+
{
390+
return $this->container['industryCodeDescription'];
391+
}
392+
393+
/**
394+
* Sets industryCodeDescription
395+
*
396+
* @param string|null $industryCodeDescription The description of the industry code.
397+
*
398+
* @return self
399+
*/
400+
public function setIndustryCodeDescription($industryCodeDescription)
401+
{
402+
$this->container['industryCodeDescription'] = $industryCodeDescription;
403+
404+
return $this;
405+
}
406+
376407
/**
377408
* Gets legalEntityId
378409
*

0 commit comments

Comments
 (0)