Skip to content

Commit e9f2cb1

Browse files
committed
Generate BalancePlatform services and models
1 parent 81b9834 commit e9f2cb1

File tree

181 files changed

+1822
-791
lines changed

Some content is hidden

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

181 files changed

+1822
-791
lines changed

src/Adyen/Model/BalancePlatform/AULocalAccountIdentification.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@
2121
/**
2222
* AULocalAccountIdentification Class Doc Comment
2323
*
24-
* @category Class
2524
* @package Adyen
26-
* @author OpenAPI Generator team
27-
* @link https://openapi-generator.tech
2825
* @implements \ArrayAccess<string, mixed>
2926
*/
3027
class AULocalAccountIdentification implements ModelInterface, ArrayAccess, \JsonSerializable
@@ -253,7 +250,7 @@ public function getTypeAllowableValues()
253250
* @param mixed[] $data Associated array of property values
254251
* initializing the model
255252
*/
256-
public function __construct(array $data = null)
253+
public function __construct(?array $data = null)
257254
{
258255
$this->setIfExists('accountNumber', $data ?? [], null);
259256
$this->setIfExists('bsbCode', $data ?? [], null);

src/Adyen/Model/BalancePlatform/AccountHolder.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@
2121
/**
2222
* AccountHolder Class Doc Comment
2323
*
24-
* @category Class
2524
* @package Adyen
26-
* @author OpenAPI Generator team
27-
* @link https://openapi-generator.tech
2825
* @implements \ArrayAccess<string, mixed>
2926
*/
3027
class AccountHolder implements ModelInterface, ArrayAccess, \JsonSerializable
@@ -317,7 +314,7 @@ public function getStatusAllowableValues()
317314
* @param mixed[] $data Associated array of property values
318315
* initializing the model
319316
*/
320-
public function __construct(array $data = null)
317+
public function __construct(?array $data = null)
321318
{
322319
$this->setIfExists('balancePlatform', $data ?? [], null);
323320
$this->setIfExists('capabilities', $data ?? [], null);

src/Adyen/Model/BalancePlatform/AccountHolderCapability.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@
2121
/**
2222
* AccountHolderCapability Class Doc Comment
2323
*
24-
* @category Class
2524
* @package Adyen
26-
* @author OpenAPI Generator team
27-
* @link https://openapi-generator.tech
2825
* @implements \ArrayAccess<string, mixed>
2926
*/
3027
class AccountHolderCapability implements ModelInterface, ArrayAccess, \JsonSerializable
@@ -337,7 +334,7 @@ public function getVerificationStatusAllowableValues()
337334
* @param mixed[] $data Associated array of property values
338335
* initializing the model
339336
*/
340-
public function __construct(array $data = null)
337+
public function __construct(?array $data = null)
341338
{
342339
$this->setIfExists('allowed', $data ?? [], null);
343340
$this->setIfExists('allowedLevel', $data ?? [], null);

src/Adyen/Model/BalancePlatform/AccountHolderInfo.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@
2121
/**
2222
* AccountHolderInfo Class Doc Comment
2323
*
24-
* @category Class
2524
* @package Adyen
26-
* @author OpenAPI Generator team
27-
* @link https://openapi-generator.tech
2825
* @implements \ArrayAccess<string, mixed>
2926
*/
3027
class AccountHolderInfo implements ModelInterface, ArrayAccess, \JsonSerializable
@@ -277,7 +274,7 @@ public function getModelName()
277274
* @param mixed[] $data Associated array of property values
278275
* initializing the model
279276
*/
280-
public function __construct(array $data = null)
277+
public function __construct(?array $data = null)
281278
{
282279
$this->setIfExists('balancePlatform', $data ?? [], null);
283280
$this->setIfExists('capabilities', $data ?? [], null);

src/Adyen/Model/BalancePlatform/AccountHolderUpdateRequest.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@
2121
/**
2222
* AccountHolderUpdateRequest Class Doc Comment
2323
*
24-
* @category Class
2524
* @package Adyen
26-
* @author OpenAPI Generator team
27-
* @link https://openapi-generator.tech
2825
* @implements \ArrayAccess<string, mixed>
2926
*/
3027
class AccountHolderUpdateRequest implements ModelInterface, ArrayAccess, \JsonSerializable
@@ -305,7 +302,7 @@ public function getStatusAllowableValues()
305302
* @param mixed[] $data Associated array of property values
306303
* initializing the model
307304
*/
308-
public function __construct(array $data = null)
305+
public function __construct(?array $data = null)
309306
{
310307
$this->setIfExists('balancePlatform', $data ?? [], null);
311308
$this->setIfExists('capabilities', $data ?? [], null);

src/Adyen/Model/BalancePlatform/AccountSupportingEntityCapability.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@
2121
/**
2222
* AccountSupportingEntityCapability Class Doc Comment
2323
*
24-
* @category Class
2524
* @package Adyen
26-
* @author OpenAPI Generator team
27-
* @link https://openapi-generator.tech
2825
* @implements \ArrayAccess<string, mixed>
2926
*/
3027
class AccountSupportingEntityCapability implements ModelInterface, ArrayAccess, \JsonSerializable
@@ -319,7 +316,7 @@ public function getVerificationStatusAllowableValues()
319316
* @param mixed[] $data Associated array of property values
320317
* initializing the model
321318
*/
322-
public function __construct(array $data = null)
319+
public function __construct(?array $data = null)
323320
{
324321
$this->setIfExists('allowed', $data ?? [], null);
325322
$this->setIfExists('allowedLevel', $data ?? [], null);

src/Adyen/Model/BalancePlatform/ActiveNetworkTokensRestriction.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@
2121
/**
2222
* ActiveNetworkTokensRestriction Class Doc Comment
2323
*
24-
* @category Class
2524
* @package Adyen
26-
* @author OpenAPI Generator team
27-
* @link https://openapi-generator.tech
2825
* @implements \ArrayAccess<string, mixed>
2926
*/
3027
class ActiveNetworkTokensRestriction implements ModelInterface, ArrayAccess, \JsonSerializable
@@ -235,7 +232,7 @@ public function getModelName()
235232
* @param mixed[] $data Associated array of property values
236233
* initializing the model
237234
*/
238-
public function __construct(array $data = null)
235+
public function __construct(?array $data = null)
239236
{
240237
$this->setIfExists('operation', $data ?? [], null);
241238
$this->setIfExists('value', $data ?? [], null);

src/Adyen/Model/BalancePlatform/AdditionalBankIdentification.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@
2121
/**
2222
* AdditionalBankIdentification Class Doc Comment
2323
*
24-
* @category Class
2524
* @package Adyen
26-
* @author OpenAPI Generator team
27-
* @link https://openapi-generator.tech
2825
* @implements \ArrayAccess<string, mixed>
2926
*/
3027
class AdditionalBankIdentification implements ModelInterface, ArrayAccess, \JsonSerializable
@@ -249,7 +246,7 @@ public function getTypeAllowableValues()
249246
* @param mixed[] $data Associated array of property values
250247
* initializing the model
251248
*/
252-
public function __construct(array $data = null)
249+
public function __construct(?array $data = null)
253250
{
254251
$this->setIfExists('code', $data ?? [], null);
255252
$this->setIfExists('type', $data ?? [], null);

src/Adyen/Model/BalancePlatform/Address.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@
2121
/**
2222
* Address Class Doc Comment
2323
*
24-
* @category Class
2524
* @package Adyen
26-
* @author OpenAPI Generator team
27-
* @link https://openapi-generator.tech
2825
* @implements \ArrayAccess<string, mixed>
2926
*/
3027
class Address implements ModelInterface, ArrayAccess, \JsonSerializable
@@ -259,7 +256,7 @@ public function getModelName()
259256
* @param mixed[] $data Associated array of property values
260257
* initializing the model
261258
*/
262-
public function __construct(array $data = null)
259+
public function __construct(?array $data = null)
263260
{
264261
$this->setIfExists('city', $data ?? [], null);
265262
$this->setIfExists('country', $data ?? [], null);

src/Adyen/Model/BalancePlatform/AddressRequirement.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@
2121
/**
2222
* AddressRequirement Class Doc Comment
2323
*
24-
* @category Class
2524
* @package Adyen
26-
* @author OpenAPI Generator team
27-
* @link https://openapi-generator.tech
2825
* @implements \ArrayAccess<string, mixed>
2926
*/
3027
class AddressRequirement implements ModelInterface, ArrayAccess, \JsonSerializable
@@ -273,7 +270,7 @@ public function getTypeAllowableValues()
273270
* @param mixed[] $data Associated array of property values
274271
* initializing the model
275272
*/
276-
public function __construct(array $data = null)
273+
public function __construct(?array $data = null)
277274
{
278275
$this->setIfExists('description', $data ?? [], null);
279276
$this->setIfExists('requiredAddressFields', $data ?? [], null);

0 commit comments

Comments
 (0)