@@ -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 }
0 commit comments